Skip to content

Commit

Permalink
remove install rasterio explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasMorbagal committed Oct 30, 2023
1 parent b09f177 commit b983396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ RUN if [[ ${INSTALL_PLUGINS} == '1' ]]; then bash install-xcube-plugin.sh xcube-
RUN if [[ ${INSTALL_PLUGINS} == '1' ]]; then bash install-xcube-plugin.sh xcube-cds ${XCUBE_CDS_VERSION} release; fi;
RUN if [[ ${INSTALL_PLUGINS} == '1' ]]; then bash install-xcube-plugin.sh xcube-cmems ${XCUBE_CMEMS_VERSION} release; fi;

# TODO: Investigate the missing rasterio in the docker build and delete the below workaround
# Install rasterio explicitly as a workaround
RUN micromamba install rasterio>=1.2 -c conda-forge
## TODO: Investigate the missing rasterio in the docker build and delete the below workaround
## Install rasterio explicitly as a workaround
#RUN micromamba install rasterio>=1.2 -c conda-forge

RUN micromamba clean --all --force-pkgs-dirs --yes

Expand Down

0 comments on commit b983396

Please sign in to comment.