Skip to content

Commit

Permalink
change to 3cpu 7gb limits
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed May 7, 2024
1 parent 2e7498c commit d1985c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ form:
- wall_time

attributes:
cpu: 2
memory: 4
cpu: 3
memory: 7
wall_time:
widget: number_field
label: "Hours"
Expand Down
2 changes: 1 addition & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
native:
container:
name: "ml102"
image: "ghcr.io/nesi/training-environment-jupyter-ml102-app:v0.2.0"
image: "ghcr.io/nesi/training-environment-jupyter-ml102-app:v0.2.1"
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
working_dir: "<%= Etc.getpwnam(ENV['USER']).dir %>"
restart_policy: 'OnFailure'
Expand Down

0 comments on commit d1985c2

Please sign in to comment.