Commit 2e650a78 authored by Cresson Remi's avatar Cresson Remi
Browse files

CI: fix docker build

2 merge requests!45Release 3.2.1,!43FIX: sampler bug (wrong geometries count)
Pipeline #36467 passed with stages
in 88 minutes and 17 seconds
Showing with 2 additions and 1 deletion
+2 -1
...@@ -25,7 +25,8 @@ RUN if $GUI; then \ ...@@ -25,7 +25,8 @@ RUN if $GUI; then \
RUN ln -s /usr/bin/python3 /usr/local/bin/python && ln -s /usr/bin/pip3 /usr/local/bin/pip RUN ln -s /usr/bin/python3 /usr/local/bin/python && ln -s /usr/bin/pip3 /usr/local/bin/pip
# NumPy version is conflicting with system's gdal dep and may require venv # NumPy version is conflicting with system's gdal dep and may require venv
ARG NUMPY_SPEC="==1.22.*" ARG NUMPY_SPEC="==1.22.*"
RUN pip install --no-cache-dir -U pip wheel mock six future tqdm deprecated "numpy$NUMPY_SPEC" \ ARG PROTO_SPEC="==3.20.*"
RUN pip install --no-cache-dir -U pip wheel mock six future tqdm deprecated "numpy$NUMPY_SPEC" "protobuf$PROTO_SPEC" \
&& pip install --no-cache-dir --no-deps keras_applications keras_preprocessing && pip install --no-cache-dir --no-deps keras_applications keras_preprocessing
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment