Spaces:
Sleeping
Sleeping
remove plotly
Browse files- Dockerfile +1 -1
- requirements.txt +1 -2
Dockerfile
CHANGED
@@ -5,8 +5,8 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
|
5 |
fix-permissions "/home/${NB_USER}"
|
6 |
|
7 |
COPY requirements.txt .
|
|
|
8 |
RUN pip install -r requirements.txt
|
9 |
-
RUN pip wheel --wheel-dir solara-air-gapped "solara[assets]"
|
10 |
|
11 |
RUN mkdir ./pages
|
12 |
COPY /pages ./pages
|
|
|
5 |
fix-permissions "/home/${NB_USER}"
|
6 |
|
7 |
COPY requirements.txt .
|
8 |
+
RUN pip uninstall plotly
|
9 |
RUN pip install -r requirements.txt
|
|
|
10 |
|
11 |
RUN mkdir ./pages
|
12 |
COPY /pages ./pages
|
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
geemap
|
2 |
solara
|
3 |
geopandas
|
4 |
-
pydantic< 2.0
|
5 |
-
plotly
|
|
|
1 |
geemap
|
2 |
solara
|
3 |
geopandas
|
4 |
+
pydantic< 2.0
|
|