Skip to content

Commit 5756bee

Browse files
Pytorch upgrade in gemma-flex-template docker image (#13262)
* docker fix * Update dataflow/gemma-flex-template/Dockerfile Co-authored-by: Katie McLaughlin <[email protected]> * Use smaller runtime image --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 2c169cd commit 5756bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dataflow/gemma-flex-template/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
# This uses Ubuntu with Python 3.10 and comes with CUDA drivers for
13+
# This uses Ubuntu with Python 3.11 and comes with CUDA drivers for
1414
# GPU use.
15-
ARG SERVING_BUILD_IMAGE=pytorch/pytorch:2.3.1-cuda11.8-cudnn8-runtime
15+
ARG SERVING_BUILD_IMAGE=pytorch/pytorch:2.6.0-cuda11.8-cudnn9-runtime
1616

1717
FROM ${SERVING_BUILD_IMAGE}
1818

0 commit comments

Comments
 (0)