Merge pull request #45808 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:
commit
ebdfaf1364
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user