Skip to content

Commit

Permalink
ipdate
Browse files Browse the repository at this point in the history
  • Loading branch information
hisashi-ito committed Mar 20, 2023
1 parent 376e128 commit 8b46d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash
# sudo docker build --no-cache -t gpt-neox .
sudo docker build -t gpt-neox .
sudo docker build --no-cache -t gpt-neox .
#sudo docker build -t gpt-neox .
3 changes: 2 additions & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ IMAGE="gpt-neox"
CONTAINER="gpt-neox"
sudo docker run -tid \
--privileged \
--gpus all \
-v /data:/data \
--shm-size=64gb \
--network=host \
--name ${CONTAINER} \
${IMAGE} /bin/bash

# -p 8888:8888 \
# --shm-size=64gb \
# --network=host \

0 comments on commit 8b46d47

Please sign in to comment.