Update bazelbuild-arm64v8.partial.Dockerfile (#5)

This commit is contained in:
settle 2020-06-28 17:52:01 -04:00 committed by GitHub
parent 4c07cf4ef3
commit 996f37c25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 27 deletions

View File

@ -78,18 +78,21 @@ RUN apt-get update && apt-get install -y \
swig
RUN apt-get update && apt-get install -y \
python3-pil \
python3-h5py \
python3-matplotlib \
python3-mock \
python3-numpy \
python3-scipy \
python3-sklearn \
python3-pandas \
python3-portpicker
gfortran \
libblas-dev \
liblapack-dev
RUN python3 -m pip --no-cache-dir install \
Pillow \
keras_preprocessing \
h5py \
matplotlib \
mock \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34
# Build and install bazel

View File

@ -78,18 +78,21 @@ RUN apt-get update && apt-get install -y \
swig
RUN apt-get update && apt-get install -y \
python3-pil \
python3-h5py \
python3-matplotlib \
python3-mock \
python3-numpy \
python3-scipy \
python3-sklearn \
python3-pandas \
python3-portpicker
gfortran \
libblas-dev \
liblapack-dev
RUN python3 -m pip --no-cache-dir install \
Pillow \
keras_preprocessing \
h5py \
matplotlib \
mock \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34
# Build and install bazel

View File

@ -8,18 +8,21 @@ RUN apt-get update && apt-get install -y \
swig
RUN apt-get update && apt-get install -y \
python3-pil \
python3-h5py \
python3-matplotlib \
python3-mock \
python3-numpy \
python3-scipy \
python3-sklearn \
python3-pandas \
python3-portpicker
gfortran \
libblas-dev \
liblapack-dev
RUN python3 -m pip --no-cache-dir install \
Pillow \
keras_preprocessing \
h5py \
matplotlib \
mock \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34
# Build and install bazel