Skip to content

Commit

Permalink
Bump the version of the tensorflow image in our tensorflow example (#973
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mwaskom authored Nov 14, 2024
1 parent 2a142ac commit 8110625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 06_gpu_and_ml/tensorflow/tensorflow_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import modal

dockerhub_image = modal.Image.from_registry(
"tensorflow/tensorflow:2.12.0-gpu",
).pip_install("protobuf==3.20.*")
"tensorflow/tensorflow:2.15.0-gpu",
)

app = modal.App("example-tensorflow-tutorial", image=dockerhub_image)

Expand Down

0 comments on commit 8110625

Please sign in to comment.