Skip to content

Commit adc3604

Browse files
committed
attp 4
1 parent 8013036 commit adc3604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jaxlib.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +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 sudo apt install python-is-python3 && \
18+
RUN apt-get install python-distutils-extra && \
1919
apt-get update && \
20-
apt-get install -y g++ python3 python3-devt
20+
apt-get install -y g++ python3 python3-dev
2121

2222
RUN pip install numpy wheel build
2323

0 commit comments

Comments
 (0)