Update bazelbuild-arm64v8.partial.Dockerfile (#5)
This commit is contained in:
parent
4c07cf4ef3
commit
996f37c25d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user