# 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