Skip to content
Snippets Groups Projects
Commit be87aa61 authored by Rui Wang's avatar Rui Wang
Browse files

Update run_custom_img.sh

parent 1ab079fb
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ image='qianrong/ml-base'
if [ $(shifterimg images|grep -c -e $image) == 0 ]
then shifterimg pull $image
else echo "Image found in shifter hub"
else echo "Image $image not found in shifter hub"
fi
shifter --image=$image -m cvmfs,gpu -- /bin/bash run_img.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment