mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 21:06:06 +00:00
Tweak Dockerfile to prevent build failure and add TODO (#3838)
This commit is contained in:
parent
9281092370
commit
2796032e38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user