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
|
swig
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
python3-pil \
|
gfortran \
|
||||||
python3-h5py \
|
libblas-dev \
|
||||||
python3-matplotlib \
|
liblapack-dev
|
||||||
python3-mock \
|
|
||||||
python3-numpy \
|
|
||||||
python3-scipy \
|
|
||||||
python3-sklearn \
|
|
||||||
python3-pandas \
|
|
||||||
python3-portpicker
|
|
||||||
|
|
||||||
RUN python3 -m pip --no-cache-dir install \
|
RUN python3 -m pip --no-cache-dir install \
|
||||||
|
Pillow \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
|
h5py \
|
||||||
|
matplotlib \
|
||||||
|
mock \
|
||||||
|
'numpy<1.19.0' \
|
||||||
|
scipy \
|
||||||
|
sklearn \
|
||||||
|
pandas \
|
||||||
|
portpicker \
|
||||||
enum34
|
enum34
|
||||||
|
|
||||||
# Build and install bazel
|
# Build and install bazel
|
||||||
|
@ -78,18 +78,21 @@ RUN apt-get update && apt-get install -y \
|
|||||||
swig
|
swig
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
python3-pil \
|
gfortran \
|
||||||
python3-h5py \
|
libblas-dev \
|
||||||
python3-matplotlib \
|
liblapack-dev
|
||||||
python3-mock \
|
|
||||||
python3-numpy \
|
|
||||||
python3-scipy \
|
|
||||||
python3-sklearn \
|
|
||||||
python3-pandas \
|
|
||||||
python3-portpicker
|
|
||||||
|
|
||||||
RUN python3 -m pip --no-cache-dir install \
|
RUN python3 -m pip --no-cache-dir install \
|
||||||
|
Pillow \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
|
h5py \
|
||||||
|
matplotlib \
|
||||||
|
mock \
|
||||||
|
'numpy<1.19.0' \
|
||||||
|
scipy \
|
||||||
|
sklearn \
|
||||||
|
pandas \
|
||||||
|
portpicker \
|
||||||
enum34
|
enum34
|
||||||
|
|
||||||
# Build and install bazel
|
# Build and install bazel
|
||||||
|
@ -8,18 +8,21 @@ RUN apt-get update && apt-get install -y \
|
|||||||
swig
|
swig
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
python3-pil \
|
gfortran \
|
||||||
python3-h5py \
|
libblas-dev \
|
||||||
python3-matplotlib \
|
liblapack-dev
|
||||||
python3-mock \
|
|
||||||
python3-numpy \
|
|
||||||
python3-scipy \
|
|
||||||
python3-sklearn \
|
|
||||||
python3-pandas \
|
|
||||||
python3-portpicker
|
|
||||||
|
|
||||||
RUN python3 -m pip --no-cache-dir install \
|
RUN python3 -m pip --no-cache-dir install \
|
||||||
|
Pillow \
|
||||||
keras_preprocessing \
|
keras_preprocessing \
|
||||||
|
h5py \
|
||||||
|
matplotlib \
|
||||||
|
mock \
|
||||||
|
'numpy<1.19.0' \
|
||||||
|
scipy \
|
||||||
|
sklearn \
|
||||||
|
pandas \
|
||||||
|
portpicker \
|
||||||
enum34
|
enum34
|
||||||
|
|
||||||
# Build and install bazel
|
# Build and install bazel
|
||||||
|
Loading…
Reference in New Issue
Block a user