Spaces:
Sleeping
Sleeping
added ploty support
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -4,6 +4,9 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
|
4 |
fix-permissions "${CONDA_DIR}" && \
|
5 |
fix-permissions "/home/${NB_USER}"
|
6 |
|
|
|
|
|
|
|
7 |
COPY requirements.txt .
|
8 |
RUN pip install -r requirements.txt
|
9 |
|
|
|
4 |
fix-permissions "${CONDA_DIR}" && \
|
5 |
fix-permissions "/home/${NB_USER}"
|
6 |
|
7 |
+
RUN jupyter labextension install --debug jupyterlab-plotly --no-build
|
8 |
+
RUN jupyter labextension install --debug plotlywidget --no-build
|
9 |
+
|
10 |
COPY requirements.txt .
|
11 |
RUN pip install -r requirements.txt
|
12 |
|