Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
coastal-tep
ias-apps
Commits
1b9ef697
Commit
1b9ef697
authored
7 years ago
by
Christoph Holter
Browse files
Options
Download
Email Patches
Plain Diff
install extensions to jupyterlab
parent
9f1556f5
No related merge requests found
Pipeline
#1135
passed with stage
in 22 minutes and 59 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
jupyterlab/Dockerfile
jupyterlab/Dockerfile
+23
-3
jupyterlab/Makefile
jupyterlab/Makefile
+1
-3
No files found.
jupyterlab/Dockerfile
View file @
1b9ef697
FROM
gitlabreg.acri-cwa.fr/coastal-tep/ias-apps:jupyter
FROM
jupyter/scipy-notebook:latest
USER
root
RUN
apt update
&&
apt
install
-y
\
zip
\
zsh
RUN
pip
install
\
nbdime
\
ipywidgets
\
ipyleaflet
\
jupyterlab-widgets
\
qgrid
\
&&
jupyter serverextension
enable
--sys-prefix
--py
jupyterlab
\
&&
jupyter nbextension
enable
--py
--sys-prefix
widgetsnbextension
\
&&
jupyter labextension
install
@jupyterlab/geojson-extension
\
&&
jupyter labextension
install
@jupyterlab/katex-extension
\
# && jupyter labextension install jupyterlab_voyager
&& jupyter labextension install @jupyterlab/vega3-extension
USER
jovyan
RUN
conda
install
jupyterlab
RUN
jupyter lab build
\ No newline at end of file
This diff is collapsed.
Click to expand it.
jupyterlab/Makefile
View file @
1b9ef697
IMAGE_NAME
=
gitlabreg.acri-cwa.fr/coastal-tep/ias-apps:
jupyterlab
IMAGE_NAME
:
=
$(REGISTRY_BASE)
jupyterlab
BUILD_DIR
=
.
build
:
...
...
@@ -11,5 +11,3 @@ publish:
clean
:
# nothing to do
retag
:
docker tag
$(IMAGE_NAME)
$(NEW_IMAGE_NAME)
&&
docker push
$(NEW_IMAGE_NAME)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment