Skip to content

Docker builds

Docker builds #1120

Triggered via schedule January 31, 2024 00:05
Status Success
Total duration 9m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

docker-build.yml

on: schedule
Matrix: build-cuda
Matrix: build-pl
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-NGC
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /workspace && if [ ! -z \"$LIGHTNING_VERSION\" ] ; then rm -rf pytorch-lightning ; git clone https://github.com/Lightning-AI/pytorch-lightning.git ; cd pytorch-lightning ; git checkout ${LIGHTNING_VERSION} ; git submodule update --init --recursive ; cd .. ; fi && ls -lh pytorch-lightning/ && rm -rf pytorch-lightning/.git && rm -rf pytorch-lightning/_notebooks/.git && mv pytorch-lightning/_notebooks/.notebooks/ notebooks && cp -r pytorch-lightning/*examples . && pip install \"Pillow>=8.2, !=8.3.0\" \"cryptography>=3.4\" \"py>=1.10\" --no-cache-dir && PACKAGE_NAME=pytorch pip install './lightning[extra,loggers,strategies]' --no-cache-dir && rm -rf pytorch-lightning && pip list" did not complete successfully: exit code: 1