mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Create a TPU hello world image for use in gVisor tests.
PiperOrigin-RevId: 574506997
This commit is contained in:
committed by
gVisor bot
parent
d6e83e2802
commit
fb487fbb2f
@@ -0,0 +1,4 @@
|
||||
FROM python:3.8
|
||||
|
||||
RUN pip install --upgrade jax
|
||||
RUN pip install jax[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
||||
Reference in New Issue
Block a user