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 d71ecad commit 3e3d469Copy full SHA for 3e3d469
docker/diffusers-flax-tpu/Dockerfile
@@ -24,7 +24,7 @@ ENV PATH="/opt/venv/bin:$PATH"
24
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
25
# follow the instructions here: https://cloud.google.com/tpu/docs/run-in-container#train_a_jax_model_in_a_docker_container
26
RUN python3 -m pip install --no-cache-dir --upgrade pip uv && \
27
- python3 -m uv pip install --no-cache-dir \
+ python3 -m pip install --no-cache-dir \
28
"jax[tpu]>=0.2.16,!=0.3.2" \
29
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html && \
30
python3 -m uv pip install --upgrade --no-cache-dir \
0 commit comments