Skip to content

Commit 72a4d6d

Browse files
Update automerge.yml
Run in -it not -d, so we can see logs stream and make sure it starts.
1 parent 945d126 commit 72a4d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: build the HPO container
4747
run: |
4848
docker build -t hpo-study-single-pod-container:0001 .
49-
docker run -d -p 5000:80 hpo-study-single-pod-container:0001
49+
docker run -it -p 5000:80 hpo-study-single-pod-container:0001
5050
# - name: Generative Proof Of Concept
5151
# timeout-minutes: 180
5252
# run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py

0 commit comments

Comments
 (0)