Skip to content

Commit c6c06d2

Browse files
committed
Update jupyter server command
1 parent db8babb commit c6c06d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL repo="https://github.com/opengeos/segment-geospatial"
44

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

0 commit comments

Comments
 (0)