Merge pull request from ashahba/ashahba/cherry-pick-fix-tools.Dockerfile

[INTEL MKL] cherry-pick peg docker version to '<=4.3.0' for partials
This commit is contained in:
Mihai Maruseac 2021-01-19 09:22:19 -08:00 committed by GitHub
commit ebdfaf1364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ LABEL maintainer="Austin Anderson <angerson@google.com>"
RUN apt-get update && apt-get install -y python3 python3-pip bash curl
RUN curl -sSL https://get.docker.com/ | sh
RUN pip3 install --upgrade pip setuptools pyyaml absl-py cerberus docker
RUN pip3 install --upgrade pip setuptools pyyaml absl-py cerberus 'docker<=4.3.0'
WORKDIR /tf
VOLUME ["/tf"]