Skip to content

Commit 8b6c061

Browse files
Update automerge.yml
Add log visibility as a detached container.
1 parent 72a4d6d commit 8b6c061

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automerge.yml

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

0 commit comments

Comments
 (0)