Skip to content

Commit

Permalink
fix jupy build
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Dec 6, 2024
1 parent 2a5df19 commit bc46b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN apt update -y && \
apt update -y && \
apt install graphviz -y

RUN jupyter labextension install @dafeliton/jupyterlab-notebookparams

# Install geospatial packages first
RUN pip uninstall pillow fiona -y && \
pip install -r ~/requirements.txt && \
Expand All @@ -35,8 +37,6 @@ RUN mamba install -c esri arcgis arcgis-mapping -y && \
RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert

RUN jupyter labextension install @dafeliton/jupyterlab-notebookparams --no-build


# RUN pip install "numpy<2"

Expand Down

0 comments on commit bc46b07

Please sign in to comment.