Skip to content

Commit

Permalink
Update Dockerfile to use main branch and fix
Browse files Browse the repository at this point in the history
jupyter server extension path
  • Loading branch information
ivukotic committed Nov 9, 2023
1 parent 02d985e commit ac7e3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sslhep/analysis-dask-base:latest
FROM sslhep/analysis-dask-base:main

LABEL maintainer Ilija Vukotic <[email protected]>

Expand All @@ -17,7 +17,7 @@ COPY private_jupyter_notebook_config.py /usr/local/etc/jupyter_notebook_config.p

RUN . /release_setup.sh

RUN jupyter server extension enable --py jupyterlab --sys-prefix
RUN /venv/bin/jupyter server extension enable --py jupyterlab --sys-prefix

RUN git clone https://github.com/ivukotic/ML_platform_tests.git

Expand Down

0 comments on commit ac7e3d8

Please sign in to comment.