Skip to content

Commit 4c4040f

Browse files
Update automerge.yml
Revert previous changes.
1 parent 5934c61 commit 4c4040f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +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: |
48-
docker build -t hpo-study-single-pod-container:0001 .
49-
docker run -d -p 5000:80 hpo-study-single-pod-container:0001
50-
# - name: Generative Proof Of Concept
51-
# timeout-minutes: 180
46+
- name: Generative Proof Of Concept
47+
timeout-minutes: 180
5248
run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
5349
# - name: Phishing email detection with GPT2 embedding
5450
# timeout-minutes: 420

0 commit comments

Comments
 (0)