mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
10 lines
191 B
YAML
10 lines
191 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
pytorch:
|
|
tty: true
|
|
image: docker.io/bitnami/pytorch:2
|
|
volumes:
|
|
- '.:/app'
|