Skip to content

Commit

Permalink
update image in pod definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Feb 15, 2024
1 parent c42dbdf commit a3e0c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
native:
container:
name: "rstudio"
image: "cdjs/rstudio:v0.0.14"
image: "ghcr.io/nesi/training-environment-rstudio-app:main"
image_pull_policy: "IfNotPresent"
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
restart_policy: 'OnFailure'
Expand Down

0 comments on commit a3e0c23

Please sign in to comment.