-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix dockerfile definitions. #12424
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
base: main
Are you sure you want to change the base?
fix dockerfile definitions. #12424
Conversation
@DN6 could you give this a quick check if the changes are alright? I have also gone ahead and included the "test" related installations in the Dockerfiles themselves so that we don't have install them during CI (those changes will come in a separate PR). |
torchaudio \ | ||
--extra-index-url https://download.pytorch.org/whl/cpu | ||
|
||
RUN uv pip install --no-cache-dir "git+https://github.com/huggingface/diffusers.git@main#egg=diffusers[test]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed? We already install test deps in the workflow file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah so in a future PR (immediately after this one), I will remove that step so that we can save some time skipping those installs.
What does this PR do?
Docker build is broken from the past two days:
https://github.com/huggingface/diffusers/actions/runs/18208988147/job/51845669366#step:5:1173
Only changes the Dockerfiles that we use in
.github/workflows/build_docker_images.yml
.