diff --git a/submit.yml.erb b/submit.yml.erb index 6c0cf4b..6f681bf 100644 --- a/submit.yml.erb +++ b/submit.yml.erb @@ -17,7 +17,7 @@ script: native: container: name: "python" - image: "ghcr.io/nesi/training-environment-jupyter-python-app:v0.2.1" + image: "ghcr.io/nesi/training-environment-jupyter-python-app:v0.1.0" command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"] working_dir: "<%= Etc.getpwnam(ENV['USER']).dir %>" restart_policy: 'OnFailure'