summaryrefslogtreecommitdiffstats
path: root/run/test.sh
diff options
context:
space:
mode:
authorEvelina Ametova <evelina@ipecompute4.ands.kit.edu>2022-05-29 17:03:27 +0200
committerEvelina Ametova <evelina@ipecompute4.ands.kit.edu>2022-05-29 17:03:27 +0200
commitd4f8c2c238342bf3adfa236c49ff43eecd018201 (patch)
tree150e0ed08554acb47d8093e389729614ced159b2 /run/test.sh
parenta3f93ec6436d64f515546ceefe394a79e0552b13 (diff)
downloadccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.tar.gz
ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.tar.bz2
ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.tar.xz
ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.zip
Configure volumes and support 'fast' storage
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