mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
12 lines
205 B
YAML
12 lines
205 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
pytorch:
|
|
tty: true
|
|
image: docker.io/bitnami/pytorch:2
|
|
volumes:
|
|
- '.:/app'
|