summaryrefslogtreecommitdiffstats
path: root/run/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run/test.sh')
-rw-r--r--run/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/test.sh b/run/test.sh
index 90624c0..97bb631 100644
--- a/run/test.sh
+++ b/run/test.sh
@@ -3,4 +3,4 @@
set -o errexit
#podman exec -it "ccpi-devel" bash /ccpi/data/run.sh
-podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -v ~/ccpi/data:/ccpi/data -e "CUDA_VISIBLE_DEVICES=2" localhost/ccpi:devel bash /ccpi/data/run.sh
+podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ $volumes -e "CUDA_VISIBLE_DEVICES=2" localhost/ccpi:devel bash /ccpi/data/run.sh