We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3604 commit 983626fCopy full SHA for 983626f
packages/jaxlib.Dockerfile
@@ -15,8 +15,9 @@ ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
15
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
16
17
# 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 && \
+RUN sudo ln -s /usr/bin/python3 /usr/bin/python
+
20
+RUN apt-get update && \
21
apt-get install -y g++ python3 python3-dev
22
23
RUN pip install numpy wheel build
0 commit comments