Skip to content

Commit

Permalink
Merge pull request #1289 from Kaggle/add-tpu-pytorch-deps
Browse files Browse the repository at this point in the history
Add TPU deps from PyTorch example
  • Loading branch information
djherbis authored Aug 15, 2023
2 parents bbf8424 + 79b7bd4 commit 3bb531e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN pip install tensorflow_hub https://storage.googleapis.com/cloud-tpu-tpuvm-ar
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 \
numpy==1.23.5 \
papermill jupyterlab python-lsp-server[all] "jupyter-lsp==1.5.1" \
pandas matplotlib opencv-python-headless librosa scikit-learn
pandas matplotlib opencv-python-headless librosa scikit-learn accelerate diffusers transformers

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

0 comments on commit 3bb531e

Please sign in to comment.