From 2500a0d482485da43b834c6d0afa181a27e10148 Mon Sep 17 00:00:00 2001 From: Sanghoon Kim <20144277+kim-sanghoon@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:48:32 +0900 Subject: [PATCH] Modify the container running in the background --- run-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-docker.sh b/run-docker.sh index 7ad6208..1be2120 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -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 \ No newline at end of file + implicature