Skip to content

Commit 3bb531e

Browse files
authored
Merge pull request #1289 from Kaggle/add-tpu-pytorch-deps
Add TPU deps from PyTorch example
2 parents bbf8424 + 79b7bd4 commit 3bb531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN pip install tensorflow_hub https://storage.googleapis.com/cloud-tpu-tpuvm-ar
5252
jax[tpu]==${JAX_VERSION} -f https://storage.googleapis.com/jax-releases/libtpu_releases.html trax flax optax elegy git+https://github.com/deepmind/dm-haiku jraph distrax \
5353
numpy==1.23.5 \
5454
papermill jupyterlab python-lsp-server[all] "jupyter-lsp==1.5.1" \
55-
pandas matplotlib opencv-python-headless librosa scikit-learn
55+
pandas matplotlib opencv-python-headless librosa scikit-learn accelerate diffusers transformers
5656

5757
# Tensorflow libtpu:
5858
RUN curl --output /lib/libtpu.so https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/libtpu/${TF_LIBTPU_VERSION}/libtpu.so

0 commit comments

Comments
 (0)