Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TakanoTaiga committed Nov 26, 2024
1 parent 1e297fd commit 64c5c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PLATFORM="$(uname -m)"

if [ $PLATFORM = "x86_64" ]; then
echo "x86"
docker pull ghcr.io/moriyalab/lab_tool:latest
docker pull ghcr.io/moriyalab/clip_image2vec:latest
docker run -it --rm --gpus all --runtime nvidia --shm-size=32G -v $ROOT:/app -w /app --network host ghcr.io/moriyalab/clip_image2vec:latest /bin/bash
else
echo "Not Support Platform. Only support x86."
Expand Down

0 comments on commit 64c5c93

Please sign in to comment.