Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Docker Images #1144

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Nightly Docker Images #1144

merged 1 commit into from
Aug 14, 2023

Conversation

rahul-tuli
Copy link
Member

@rahul-tuli rahul-tuli commented Jul 24, 2023

This PR adds support to build and push deepsparse-nightly docker images to github container registry

The workflow will be run once everyday at 1:00 am, and includes the following images:

  • deepsparse-nightly Latest deepsparse-nightly from main, will all dependencies installed
  • deepsparse-nightly:latest Same as above
  • deepsparse-nightly:YYYYMMDD deepsparse-nightly from YYYYMMDD with all dependencies installed
  • deepsparse-nightly:base-YYYYMMDD deepsparse-nightly from YYYYMMDD with only base dependencies installed

These images will live under the https://github.com/orgs/neuralmagic/packages?repo_name=deepsparse
and can be pulled using:

docker pull <IMAGE-NAME>

Equivalent in purpose to Sparseml Diff: neuralmagic/sparseml#1684

@bfineran bfineran merged commit dd4850c into main Aug 14, 2023
7 checks passed
@bfineran bfineran deleted the nightly-docker-image branch August 14, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants