Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 14, 2024
1 parent 6658b57 commit c7a4d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker run \
-v $(pwd)/train:/train \
-e HF_HOME=/train/.cache/huggingface \
-w "/train/code" \
train:latest \
train:v1 \
python3 main.py

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit c7a4d1a

Please sign in to comment.