Skip to content

Commit

Permalink
right rasterio version
Browse files Browse the repository at this point in the history
  • Loading branch information
savmickael committed Sep 23, 2022
1 parent 2311f3a commit f98e86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN ${EWOC_CLASSIF_VENV}/bin/pip install /tmp/ewoc_dag-${EWOC_DAG}.tar.gz --no-
&& ${EWOC_CLASSIF_VENV}/bin/pip install boto3 --no-cache-dir\
&& ${EWOC_CLASSIF_VENV}/bin/pip install psycopg2-binary --no-cache-dir \
&& ${EWOC_CLASSIF_VENV}/bin/pip install protobuf==3.20.0 --no-cache-dir \
&& ${EWOC_CLASSIF_VENV}/bin/pip install rasterio==1.10.2 --no-cache-dir \
&& ${EWOC_CLASSIF_VENV}/bin/pip install rasterio==1.2.10 --no-cache-dir \
&& ${EWOC_CLASSIF_VENV}/bin/pip install zarr==2.12.0 --no-cache-dir
ADD entrypoint.sh /opt
RUN chmod +x /opt/entrypoint.sh
Expand Down

0 comments on commit f98e86e

Please sign in to comment.