Skip to content

Commit

Permalink
changed to the code from 1fe5e04 s3fs but added the changed to use pi…
Browse files Browse the repository at this point in the history
…p install (#99)
  • Loading branch information
grallewellyn committed Mar 27, 2024
1 parent 1fe5e04 commit cedb781
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,18 @@ RUN jupyter labextension disable @jupyterlab/apputils-extension:announcements
###############################
# Custom Jupyter Extensions
###############################
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build

# PyPi package prepended with 'maap' so it more easily discoverable
RUN pip install maap-jupyter-server-extension==1.2.3
RUN pip install maap-jupyter-server-extension==1.3.0
RUN jupyter server extension enable jupyter_server_extension

RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build
RUN jupyter labextension install @maap-jupyterlab/umf-jupyter-extension@1.0.0 --no-build
RUN jupyter labextension install @maap-jupyterlab/maap-libs-jupyter-extension@1.0.2 --no-build
RUN jupyter labextension install @maap-jupyterlab/edsc-jupyter-extension@1.0.4 --no-build
RUN jupyter labextension install @maap-jupyterlab/user-workspace-management-jupyter-extension@0.0.5 --no-build
RUN pip install maap-help-jupyter-extension==1.2.1
RUN jupyter labextension install @maap-jupyterlab/che-sidebar-visibility-jupyter-extension@1.0.1 --no-build
RUN pip install maap-dps-jupyter-extension==0.7.0
RUN pip install maap-algorithms-jupyter-extension==0.3.0
RUN pip install maap-libs-jupyter-extension==1.2.0
RUN pip install maap-edsc-jupyter-extension==1.1.0
RUN pip install maap-user-workspace-management-jupyter-extension==0.1.0
RUN pip install maap-help-jupyter-extension==1.3.1
RUN pip install maap-che-sidebar-visibility-jupyter-extension==1.1.0

RUN jupyter lab build && \
jupyter lab clean && \
Expand Down

0 comments on commit cedb781

Please sign in to comment.