Skip to content

Commit 983626f

Browse files
committed
attp 5
1 parent adc3604 commit 983626f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/jaxlib.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
1515
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
1616

1717
# Instructions: https://jax.readthedocs.io/en/latest/developer.html#building-jaxlib-from-source
18-
RUN apt-get install python-distutils-extra && \
19-
apt-get update && \
18+
RUN sudo ln -s /usr/bin/python3 /usr/bin/python
19+
20+
RUN apt-get update && \
2021
apt-get install -y g++ python3 python3-dev
2122

2223
RUN pip install numpy wheel build

0 commit comments

Comments
 (0)