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 8013036 commit adc3604Copy full SHA for adc3604
packages/jaxlib.Dockerfile
@@ -15,9 +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 sudo apt install python-is-python3 && \
+RUN apt-get install python-distutils-extra && \
19
apt-get update && \
20
- apt-get install -y g++ python3 python3-devt
+ apt-get install -y g++ python3 python3-dev
21
22
RUN pip install numpy wheel build
23
0 commit comments