Skip to content

Commit 3e3d469

Browse files
authored
[Dockerfile] remove uv from docker jax tpu (#7115)
remove uv from docker jax tpu
1 parent d71ecad commit 3e3d469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/diffusers-flax-tpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PATH="/opt/venv/bin:$PATH"
2424
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
2525
# follow the instructions here: https://cloud.google.com/tpu/docs/run-in-container#train_a_jax_model_in_a_docker_container
2626
RUN python3 -m pip install --no-cache-dir --upgrade pip uv && \
27-
python3 -m uv pip install --no-cache-dir \
27+
python3 -m pip install --no-cache-dir \
2828
"jax[tpu]>=0.2.16,!=0.3.2" \
2929
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html && \
3030
python3 -m uv pip install --upgrade --no-cache-dir \

0 commit comments

Comments
 (0)