Skip to content

Commit

Permalink
Update Dockerfile - jupyterlab extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic authored Nov 14, 2023
1 parent f75a634 commit 0ecab1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN python3.8 -m pip --no-cache-dir install \
JSAnimation \
ipywidgets \
jupyterlab-git \
jupyterlab \
dask-labextension \
uproot \
hist \
Expand Down Expand Up @@ -90,8 +91,6 @@ RUN chmod 755 .exec .run .shell
RUN mkdir /workspace
COPY private_jupyter_notebook_config.py /usr/local/etc/jupyter_notebook_config.py

RUN jupyter serverextension enable --py jupyterlab --sys-prefix

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

#execute service
Expand Down

0 comments on commit 0ecab1f

Please sign in to comment.