Skip to content

Commit

Permalink
Add note about how SLURM Docker uses the temporary disk (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Apr 5, 2024
1 parent 287b0a8 commit 9772e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/docs/compute-cluster/slurm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Test it with:
docker run --rm hello-world
```

Note that `slurm-start-dockerd.sh` places the Docker data directory in `/tmp`.
You can request for more space using the `--gres tmpdisk:<size_in_MiB>` flag.


### Using GPUs

You can request access to GPUs by using the `--gres shard:<size_in_MiB>` flag. For example, if your workload requires 4 GiB of VRAM, you can run:
Expand Down

0 comments on commit 9772e79

Please sign in to comment.