Skip to content

Commit

Permalink
remove unnecessary python installs, bump image version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Mar 4, 2024
1 parent 7bf374f commit 5eb90dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
nodejs \
nscd \
nslcd \
python-is-python3 \
python3 \
python3-pip \
rsync \
unzip \
vim \
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: "ml101"
image: "ghcr.io/nesi/training-environment-jupyter-ml101-app:v0.1.0"
image: "ghcr.io/nesi/training-environment-jupyter-ml101-app:v0.2.1"
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 5eb90dc

Please sign in to comment.