We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae5539 commit 48b6706Copy full SHA for 48b6706
.github/workflows/automerge.yml
@@ -43,6 +43,8 @@ jobs:
43
# - name: Test image classifier - small subset of CIFAR10 # add back
44
# timeout-minutes: 90
45
# run: python3 cifar10-example.py
46
+ - name: build the HPO container
47
+ run: docker build -t hpo-study-single-pod-container:0001 .
48
- name: Generative Proof Of Concept
49
timeout-minutes: 180
50
run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
0 commit comments