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

Support versioning of Dockerized models #1481

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

DhanshreeA
Copy link
Member

@DhanshreeA DhanshreeA commented Dec 30, 2024

Add functionality to specify image tags and use the latest default tag otherwise.

Through this PR, now we can fetch dockerized ersilia models as follows:

ersilia fetch eos3b5e --version 2024-12-26  # Depending on ersilia to figure out fetching from DockerHub

ersilia fetch eos3b5e --from_dockerhub --version 2024-12-26 # Explicitly specifying the fetching mode

Closes #1069

@DhanshreeA DhanshreeA force-pushed the 1069-batch-add-versioning-in-docker-builds branch from bef315c to cf97669 Compare January 3, 2025 08:48
@DhanshreeA DhanshreeA merged commit 3e6028e into master Jan 3, 2025
27 checks passed
@DhanshreeA DhanshreeA deleted the 1069-batch-add-versioning-in-docker-builds branch January 3, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐕 Batch: Add versioning in Docker builds
1 participant