Skip to content

Commit

Permalink
fix: shm-size
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 10, 2024
1 parent a639ded commit 455b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash

docker run --rm -it --gpus=all -e NVIDIA_DRIVER_CAPABILITIES=all -v ~/mnt/:/home/ubuntu/mnt/ -v ~/Results/:/home/ubuntu/Results -v ~/Configs:/home/ubuntu/Configs `whoami`/fishsense-lite
docker run --rm -it --gpus=all -e NVIDIA_DRIVER_CAPABILITIES=all -v ~/mnt/:/home/ubuntu/mnt/ -v ~/Results/:/home/ubuntu/Results -v ~/Configs:/home/ubuntu/Configs --shm-size=10.24gb `whoami`/fishsense-lite

0 comments on commit 455b56b

Please sign in to comment.