Skip to content

Commit 01d6383

Browse files
authored
Added jupyter-server-proxy to Dockerfile (#57)
1 parent 6d7a7a7 commit 01d6383

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ LABEL maintainer="Qiusheng Wu"
33
LABEL repo="https://github.com/opengeos/segment-geospatial"
44

55
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial -y && \
6-
pip install -U segment-geospatial && \
6+
pip install -U segment-geospatial jupyter-server-proxy && \
7+
jupyter serverextension enable --sys-prefix jupyter_server_proxy && \
78
fix-permissions "${CONDA_DIR}" && \
89
fix-permissions "/home/${NB_USER}"
910

@@ -19,4 +20,4 @@ ENV LOCALTILESERVER_CLIENT_PREFIX=$LOCALTILESERVER_CLIENT_PREFIX
1920
USER root
2021
RUN apt update; apt install -y libgl1
2122
RUN chown -R ${NB_UID} ${HOME}
22-
USER ${NB_USER}
23+
USER ${NB_USER}

0 commit comments

Comments
 (0)