Fix for 'Horovod>0.19.5' installation

This commit is contained in:
Abolfazl Shahbazi 2020-12-17 10:59:42 -08:00
parent 7dad9545e5
commit 0b7502288d
11 changed files with 15 additions and 2 deletions

View File

@ -88,8 +88,10 @@ ARG HOROVOD_WITH_TENSORFLOW=1
ARG HOROVOD_VERSION=
RUN yum update -y && yum install -y \
cmake \
gcc \
gcc-c++ \
make \
python36-devel && \
yum clean all

View File

@ -88,8 +88,10 @@ ARG HOROVOD_WITH_TENSORFLOW=1
ARG HOROVOD_VERSION=
RUN yum update -y && yum install -y \
cmake \
gcc \
gcc-c++ \
make \
python36-devel && \
yum clean all

View File

@ -87,8 +87,10 @@ ARG HOROVOD_WITH_TENSORFLOW=1
ARG HOROVOD_VERSION=
RUN yum update -y && yum install -y \
cmake \
gcc \
gcc-c++ \
make \
python36-devel && \
yum clean all

View File

@ -87,8 +87,10 @@ ARG HOROVOD_WITH_TENSORFLOW=1
ARG HOROVOD_VERSION=
RUN yum update -y && yum install -y \
cmake \
gcc \
gcc-c++ \
make \
python36-devel && \
yum clean all

View File

@ -85,6 +85,7 @@ ARG HOROVOD_VERSION=
RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
build-essential \
cmake \
g++-8 \
gcc-8 \
python3-dev

View File

@ -85,6 +85,7 @@ ARG HOROVOD_VERSION=
RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
build-essential \
cmake \
g++-8 \
gcc-8 \
python3-dev

View File

@ -81,6 +81,7 @@ ARG HOROVOD_VERSION=
RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
build-essential \
cmake \
g++-8 \
gcc-8 \
python3-dev

View File

@ -81,6 +81,7 @@ ARG HOROVOD_VERSION=
RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
build-essential \
cmake \
g++-8 \
gcc-8 \
python3-dev

View File

@ -5,8 +5,10 @@ ARG HOROVOD_WITH_TENSORFLOW=1
ARG HOROVOD_VERSION=
RUN yum update -y && yum install -y \
cmake \
gcc \
gcc-c++ \
make \
python36-devel && \
yum clean all

View File

@ -6,6 +6,7 @@ ARG HOROVOD_VERSION=
RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
build-essential \
cmake \
g++-8 \
gcc-8 \
python3-dev

View File

@ -351,7 +351,6 @@ slice_sets:
args:
- CENTOS_VERSION=8
- PYTHON=python3
- HOROVOD_VERSION=0.19.5
- TF_PACKAGE=intel-tensorflow
devel-onednn-mpi-horovod:
@ -499,7 +498,6 @@ slice_sets:
args:
- CENTOS_VERSION=8
- PYTHON=python3
- HOROVOD_VERSION=0.19.5
- TF_PACKAGE=intel-tensorflow
devel-onednn-mpich-horovod: