Skip to content

Commit 48b6706

Browse files
Update automerge.yml
Add a workflow step to attempt to build the HPO container.
1 parent 1ae5539 commit 48b6706

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
# - name: Test image classifier - small subset of CIFAR10 # add back
4444
# timeout-minutes: 90
4545
# run: python3 cifar10-example.py
46+
- name: build the HPO container
47+
run: docker build -t hpo-study-single-pod-container:0001 .
4648
- name: Generative Proof Of Concept
4749
timeout-minutes: 180
4850
run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py

0 commit comments

Comments
 (0)