Skip to content

Commit

Permalink
update memory from 8 to 12 AND change data URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Nov 17, 2024
1 parent 785c9ac commit 924a2f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN ./configure -nogui && \
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 \
RUN wget -nv "https://filesender.reannz.co.nz/download.php?token=624deb75-7c1e-4c96-ad9f-826e65e89630&files_ids=24775" \
-O /var/lib/data.zip \
&& unzip /var/lib/data.zip -d /var/lib \
&& rm -f /var/lib/data.zip \
Expand Down
2 changes: 1 addition & 1 deletion form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ form:

attributes:
cpu: 4
memory: 8
memory: 12
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: "matai"
image: "ghcr.io/nesi/training-environment-jupyter-matai-app:v0.9.0"
image: "ghcr.io/nesi/training-environment-jupyter-matai-app:v1.0.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 924a2f0

Please sign in to comment.