We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7a7a7 commit 01d6383Copy full SHA for 01d6383
Dockerfile
@@ -3,7 +3,8 @@ LABEL maintainer="Qiusheng Wu"
3
LABEL repo="https://github.com/opengeos/segment-geospatial"
4
5
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial -y && \
6
- pip install -U segment-geospatial && \
+ pip install -U segment-geospatial jupyter-server-proxy && \
7
+ jupyter serverextension enable --sys-prefix jupyter_server_proxy && \
8
fix-permissions "${CONDA_DIR}" && \
9
fix-permissions "/home/${NB_USER}"
10
@@ -19,4 +20,4 @@ ENV LOCALTILESERVER_CLIENT_PREFIX=$LOCALTILESERVER_CLIENT_PREFIX
19
20
USER root
21
RUN apt update; apt install -y libgl1
22
RUN chown -R ${NB_UID} ${HOME}
-USER ${NB_USER}
23
+USER ${NB_USER}
0 commit comments