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:
Austin Anderson 2020-06-25 13:07:09 -07:00 committed by Geeta Chavan
parent 04bd81d7e6
commit 5af8da4a17
12 changed files with 12 additions and 12 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \