Skip to content

Commit

Permalink
Modify the container running in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-sanghoon committed Nov 16, 2020
1 parent 17fb278 commit 2500a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-docker.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
# If you need an interactive shell, remove '-d' option and attach '-it' option.

docker run --gpus all -it \
docker run --gpus all -d \
-v $(pwd)/data:/data \
-v $(pwd)/cache:/cache \
-v $(pwd)/implModule.py:/implModule.py \
-v $(pwd)/run.sh:/run.sh \
-e TRANSFORMERS_CACHE=/cache/ \
-p 0.0.0.0:444:444 \
implicature
implicature

0 comments on commit 2500a0d

Please sign in to comment.