mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
14 lines
262 B
YAML
14 lines
262 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
pytorch:
|
|
image: docker.io/bitnami/pytorch:2
|
|
command: sleep infinity
|
|
volumes:
|
|
- pytorch_data:/bitnami
|
|
|
|
volumes:
|
|
pytorch_data:
|
|
driver: local
|