Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Nov 14, 2024
1 parent cfeeddd commit 46e528e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ENV PATH="/opt/mrtrix3/bin:${PATH}"

RUN wget -nv https://github.com/nesi/training-environment-jupyter-matai-app/releases/download/v0.1.0/data.zip \
-O /var/lib/data.zip \
&& unzip /var/lib/data.zip -C /var/lib \
&& unzip /var/lib/data.zip -d /var/lib \
&& rm -f /var/lib/data.zip \
&& chown -R root:root /var/lib/data \
&& chmod -R o+rX /var/lib/data
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: "matai"
image: "ghcr.io/nesi/nesi/training-environment-jupyter-matai-app:v0.3.0"
image: "ghcr.io/nesi/nesi/training-environment-jupyter-matai-app:v0.4.0"
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 46e528e

Please sign in to comment.