Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit b23e88cd authored by Hauke Kirchner's avatar Hauke Kirchner
Browse files

Update path to container in submit_train_dlc.sh

parent d0acde6c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ nvcc -V
echo ""
echo "test environment"
echo "-----------------------------------------------------------------------"
apptainer exec --nv --bind /scratch $WORK/dlc-dlwgpu.sif python ./test_env.py
apptainer exec --nv --bind /scratch /path/to/dlc-dlwgpu.sif python ./test_env.py #TODO adapt path
echo "-----------------------------------------------------------------------"
# Run the script:
......@@ -34,5 +34,5 @@ echo "-----------------------------------------------------------------------"
echo ""
echo "model training"
echo "-----------------------------------------------------------------------"
apptainer exec --nv --bind /scratch $WORK/dlc-dlwgpu.sif python -u train.py
apptainer exec --nv --bind /scratch /path/to/dlc-dlwgpu.sif python -u train.py #TODO adapt path
echo "-----------------------------------------------------------------------"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment