Skip to content

Commit

Permalink
build from smaller img
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 29, 2024
1 parent 8ed2427 commit c324197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile.gpu
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rocker/ml-verse
FROM rocker/ml

ENV NB_USER rstudio
ENV VIRTUAL_ENV /opt/venv
ENV PATH $VIRTUAL_ENV/bin:$PATH
ENV PATH ${VIRTUAL_ENV}/bin:$PATH

RUN /rocker_scripts/install_jupyter.sh
RUN chown -R root:staff ${VIRTUAL_ENV} && chmod -R g+rw ${VIRTUAL_ENV}
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/jupyterhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ helm upgrade --cleanup-on-fail \
--create-namespace \
--version=3.2.1 \
--timeout 90m0s \
--values public-config.yaml \
--values thelio-config.yaml \
--values private-config.yaml

0 comments on commit c324197

Please sign in to comment.