mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add Dockerfile and K8S deployments for a basic TPU pytorch workflow.
PiperOrigin-RevId: 620968670
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM python:3.10
|
||||
|
||||
RUN pip install torch~=2.2.0 torch_xla[tpu]~=2.2.0 torchvision -f https://storage.googleapis.com/libtpu-releases/index.html
|
||||
Reference in New Issue
Block a user