Tweak Dockerfile to prevent build failure and add TODO (#3838)

This commit is contained in:
Jake Vanderplas 2020-07-23 13:08:06 -07:00 committed by GitHub
parent 9281092370
commit 2796032e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@ FROM gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu16.04-manylinux2010
LABEL maintainer "Matt Johnson <mattjj@google.com>"
WORKDIR /
RUN rm /etc/apt/sources.list.d/jonathonf-ubuntu-python-3_6-xenial.list
# TODO(skyewm): delete the following line when no longer necessary.
RUN rm -f /etc/apt/sources.list.d/jonathonf-ubuntu-python-3_6-xenial.list
RUN apt-get update
RUN apt-get install libffi-dev
RUN git clone --branch v1.2.14 https://github.com/pyenv/pyenv.git /pyenv