Skip to content

Commit

Permalink
shared memory size specified in launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Sep 30, 2025
1 parent 0deda28 commit 321df7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source .env

docker run --rm -it \
-v .:/app/code \
-v $DATAPATH:/app/workdir \
-v $DATA_PATH:/app/workdir \
--shm-size=$SHARED_MEMORY_SIZE \
--name geonosis \
python_tf_cpu

Expand Down

0 comments on commit 321df7b

Please sign in to comment.