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 merge requests found
...@@ -26,7 +26,7 @@ nvcc -V ...@@ -26,7 +26,7 @@ nvcc -V
echo "" echo ""
echo "test environment" echo "test environment"
echo "-----------------------------------------------------------------------" 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 "-----------------------------------------------------------------------" echo "-----------------------------------------------------------------------"
# Run the script: # Run the script:
...@@ -34,5 +34,5 @@ echo "-----------------------------------------------------------------------" ...@@ -34,5 +34,5 @@ echo "-----------------------------------------------------------------------"
echo "" echo ""
echo "model training" echo "model training"
echo "-----------------------------------------------------------------------" 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 "-----------------------------------------------------------------------" echo "-----------------------------------------------------------------------"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment