Skip to content

Commit

Permalink
Updates Docker image to fix MNIST example (#1213)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <[email protected]>
  • Loading branch information
thomasjpfan authored Apr 30, 2024
1 parent e89c659 commit 83c7a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist_classifier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.9.0-cuda10.2-cudnn7-runtime
FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime
LABEL org.opencontainers.image.source https://github.com/flyteorg/flytesnacks

WORKDIR /root
Expand Down

0 comments on commit 83c7a59

Please sign in to comment.