This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Publish Nightly Docker Images #953
publish-nightly-docker.yaml
on: schedule
Push Version Tagged Nightly Docker Images
57s
Annotations
1 error and 2 warnings
|
Push Version Tagged Nightly Docker Images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -n \"$BRANCH\" ] ; then echo Installing from BRANCH && $VENV/bin/pip install --no-cache-dir \"./deepsparse[server,yolo,onnxruntime,yolov8,transformers,image_classification]\"; elif [ \"$MODE\" = \"nightly\" ] ; then echo Installing nightlies ... && if [ -z \"$VERSION\" ] ; then echo Installing latest nightlies ... && $VENV/bin/pip install --no-cache-dir \"deepsparse-nightly[server,yolo,onnxruntime,yolov8,transformers,image_classification]\"; else echo Installing nightlies ... with $VERSION && $VENV/bin/pip install --no-cache-dir \"deepsparse-nightly[server,yolo,onnxruntime,yolov8,transformers,image_classification]==$VERSION\"; fi; elif [ -z \"$VERSION\" ] ; then echo Installing latest deepsparse ... from pypi && $VENV/bin/pip install --no-cache-dir \"deepsparse[server,yolo,onnxruntime,yolov8,transformers,image_classification]\"; else echo Installing latest deepsparse version=\"$VERSION\" from pypi && $VENV/bin/pip install --no-cache-dir \"deepsparse[server,yolo,onnxruntime,yolov8,transformers,image_classification]==$VERSION\"; fi;" did not complete successfully: exit code: 1
|
|
Push Version Tagged Nightly Docker Images
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Push Version Tagged Nightly Docker Images
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|