Skip to content

Commit de2305f

Browse files
authored
Dockerfile (#356)
1 parent 777639b commit de2305f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ FROM jupyter/base-notebook:latest
22
LABEL maintainer="Qiusheng Wu"
33
LABEL repo="https://github.com/opengeos/segment-geospatial"
44

5+
USER root
6+
RUN apt-get update -y && apt-get install libgl1 -y
7+
8+
USER 1000
59
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial -y && \
6-
pip install -U segment-geospatial jupyter-server-proxy && \
10+
pip install -U segment-geospatial jupyter-server-proxy backports.tarfile && \
711
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
812
fix-permissions "${CONDA_DIR}" && \
913
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)