Skip to content

Commit

Permalink
move widgets to req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 13, 2024
1 parent 59c18ad commit a612519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ RUN pip uninstall pillow fiona -y && \
# ImportError: /opt/conda/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so: undefined symbol: sqlite3_deserialize
# Moved to requirements.txt

RUN mamba install -c conda-forge -y \
jupyterlab_widgets && \
RUN mamba install -c esri arcgis arcgis-mapping -y && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
mamba clean --all

RUN mamba install -c esri arcgis arcgis-mapping -y

RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ geopandas
cartopy
pysal
contextily
osmnx
osmnx
jupyterlab_widgets

0 comments on commit a612519

Please sign in to comment.