File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
interactem/launcher/templates Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ export HDF5_USE_FILE_LOCKING=FALSE
44export UV_CACHE_DIR="${TMPDIR:-/tmp}/uv-cache-${SLURM_JOB_ID:-$$}"
55mkdir -p "$UV_CACHE_DIR"
66cd {{settings.ENV_FILE_DIR}}
7+
8+ # Pull an image to hydrate the graph root
9+ srun --nodes={{job.num_nodes}} --ntasks-per-node=1 uv run --project {{settings.AGENT_PROJECT_DIR}} podman-hpc pull alpine:latest
710srun --nodes={{job.num_nodes}} --ntasks-per-node=1 uv run --project {{settings.AGENT_PROJECT_DIR}} interactem-agent
Original file line number Diff line number Diff line change @@ -18,4 +18,7 @@ export HDF5_USE_FILE_LOCKING=FALSE
1818export UV_CACHE_DIR=" ${TMPDIR:-/ tmp} /uv-cache-${SLURM_JOB_ID:- $$ } "
1919mkdir -p " $UV_CACHE_DIR "
2020cd /path/to/.env
21+
22+ # Pull an image to hydrate the graph root
23+ srun --nodes=2 --ntasks-per-node=1 uv run --project /path/to/interactEM/backend/agent podman-hpc pull alpine:latest
2124srun --nodes=2 --ntasks-per-node=1 uv run --project /path/to/interactEM/backend/agent interactem-agent
You can’t perform that action at this time.
0 commit comments