mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/pytorch] Release pytorch-2.4.0-debian-12-r2 (#71249)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
14
bitnami/pytorch/docker-compose-testing.yml
Normal file
14
bitnami/pytorch/docker-compose-testing.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright Broadcom, Inc. All Rights Reserved.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
pytorch:
|
||||
image: docker.io/bitnami/pytorch:2
|
||||
command: sleep infinity
|
||||
volumes:
|
||||
- pytorch_data:/bitnami
|
||||
|
||||
volumes:
|
||||
pytorch_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user