Skip to content

Commit

Permalink
remove cleanup-homes and change image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Feb 19, 2024
1 parent 6a1fa5d commit e52a8a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ RUN git clone https://github.com/nesi/sklearn_tutorial.git /opt/sklearn_tutorial
# copy requirements.txt and install dependencies
COPY requirements.txt /opt/sklearn_tutorial/
RUN pip3 --no-cache-dir install -r /opt/sklearn_tutorial/requirements.txt

# copy cleanup script
COPY cleanup-homes /usr/local/bin/
16 changes: 0 additions & 16 deletions docker/cleanup-homes

This file was deleted.

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: "jupyter"
image: "ghcr.io/nesi/training-environment-jupyter-ml101-app:main"
image: "ghcr.io/nesi/training-environment-jupyter-ml101-app:v0.1.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 e52a8a0

Please sign in to comment.