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 tags found
2 merge requests!3Edited jupyter notebook template and made necessary changes for Jupyter Lab,!2V1.1
......@@ -17,6 +17,6 @@ script:
- "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--job-name=ood-jupyter"
<%- if bc_partition == "pascalnodes" -%>
<%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1"
<%- 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