Files
containers/.vib/pytorch/goss/pytorch.yaml
Carlos Rodríguez Hernández 45d7897631 [bitnami/*] Set new header/owner (#66218)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-05-06 15:06:33 +02:00

13 lines
367 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
command:
check-pytorch-version:
exec: python -c 'import torch; print(torch.__version__)'
exit-status: 0
stdout:
- "{{ .Env.APP_VERSION }}"
check-torchvision-version:
exec: python -c 'import torchvision; print(torchvision.__version__)'
exit-status: 0