Skip to content

Commit

Permalink
update ml102 repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Apr 5, 2024
1 parent fc3a05d commit 0945569
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 @@ -38,7 +38,7 @@ RUN wget -nv https://storage.googleapis.com/download.tensorflow.org/example_imag
&& chmod -R o+rX /var/lib/cats_and_dogs_filtered

# copy the repo source (e.g. notebooks) to the container image and install dependencies
ARG ML102_HASH="49d642bde806e73f9666fda8747a5dacf81bd117"
ARG ML102_HASH="39f654a10ddcfaa06420c12173f6053ea9963d26"
RUN git clone https://github.com/nesi/ml102_workshop.git /opt/ml102_workshop \
&& cd /opt/ml102_workshop \
&& git checkout $ML102_HASH \
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.1.0"
image: "ghcr.io/nesi/training-environment-jupyter-ml102-app:v0.2.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 0945569

Please sign in to comment.