Skip to content

Commit

Permalink
Fix docker run arg (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Nov 25, 2024
1 parent e6ca130 commit a0762ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerhub-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ docker run \
-it \
--pull always \
--gpus all \
-shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
--shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
-e EXTRA_CONDA_PACKAGES="jq" \
-e EXTRA_PIP_PACKAGES="beautifulsoup4" \
-p 8888:8888 \
Expand All @@ -104,7 +104,7 @@ $ docker run \
-it \
--pull always \
--gpus all \
-shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
--shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
-v $(pwd)/environment.yml:/home/rapids/environment.yml \
rapidsai/base:24.12-cuda12.5-py3.12
```
Expand Down

0 comments on commit a0762ec

Please sign in to comment.