Skip to content

Commit 152e7e8

Browse files
committed
check
1 parent 508e35e commit 152e7e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build_docker_images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- cron: "0 0 * * *" # every day at midnight
1212

1313
concurrency:
14-
group: docker-image-builds
15-
cancel-in-progress: false
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+
cancel-in-progress: true
1616

1717
env:
1818
REGISTRY: diffusers

Diff for: docker/diffusers-pytorch-cpu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4141
scipy \
4242
tensorboard \
4343
transformers \
44-
pandas matplotlib
44+
pandas matplotlib scikit-learn
4545

4646
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)