-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed to the code from 1fe5e04 s3fs but added the changed to use pi…
…p install (#99)
- Loading branch information
1 parent
1fe5e04
commit cedb781
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|