mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
14 lines
384 B
YAML
14 lines
384 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
user:
|
|
deepspeed:
|
|
exists: true
|
|
uid: 1001
|
|
gid: 0
|
|
command:
|
|
check-necessary-libraries:
|
|
exec: python -c 'import deepspeed; print(deepspeed.__version__); import torch; print(torch.__version__); import torchvision; print(torchvision.__version__)'
|
|
timeout: 8000
|
|
exit-status: 0
|