mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
12 lines
182 B
YAML
12 lines
182 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
pytorch:
|
|
tty: true
|
|
image: docker.io/bitnami/pytorch:2
|
|
volumes:
|
|
- '.:/app'
|