Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
downgrade rasterio
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed May 17, 2022
1 parent 9d7ba51 commit b512d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cate-jupyter.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN if [[ ${INSTALL_MOOC} == '1' ]]; then . install_mooc_nbs.sh; fi;
WORKDIR /tmp/cate

RUN source activate base && mamba install -n base -y -c conda-forge jupyterlab-git jupyterlab-drawio jupyterlab_code_formatter jupyterlab-spellchecker nbgitpuller cartopy graphviz
#RUN mamba install -n base -y -c conda-forge xcube=${XCUBE_VERSION} xcube-cci=${XCUBE_CCI_VERSION}
RUN mamba install -n base -y -c conda-forge rasterio=1.2.4

RUN pip install nb_black jupyterlab-geojson
RUN jupyter serverextension enable --py nbgitpuller --sys-prefix
Expand Down

0 comments on commit b512d83

Please sign in to comment.