Fix docker for numpy again
I forgot about the trouble using '<' in pip dependencies on the CLI. This time I verified the build works. PiperOrigin-RevId: 318332763 Change-Id: I347aee8121464232222e72d89409c600159ee80c
This commit is contained in:
parent
04bd81d7e6
commit
5af8da4a17
|
@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -126,7 +126,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -126,7 +126,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -83,7 +83,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -83,7 +83,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -125,7 +125,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -125,7 +125,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN python3 -m pip --no-cache-dir install \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
mock \
|
mock \
|
||||||
numpy<1.19.0 \
|
'numpy<1.19.0' \
|
||||||
scipy \
|
scipy \
|
||||||
sklearn \
|
sklearn \
|
||||||
pandas \
|
pandas \
|
||||||
|
|
Loading…
Reference in New Issue