Skip to content
Snippets Groups Projects
Commit 131074aa authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

edited submit.yml to remove conditional

parent 62a64fa8
No related branches found
No related tags found
1 merge request!1Feat jupyterlab
...@@ -17,6 +17,6 @@ script: ...@@ -17,6 +17,6 @@ script:
- "--partition=<%= bc_partition %>" - "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00" - "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--job-name=ood-jupyter" - "--job-name=ood-jupyter"
<%- if bc_partition == "pascalnodes" -%> <%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1" - "--gres=gpu:1"
<%- end -%> <%- end -%>
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