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 72a4d6d commit 8b6c061Copy full SHA for 8b6c061
.github/workflows/automerge.yml
@@ -46,7 +46,8 @@ jobs:
46
- name: build the HPO container
47
run: |
48
docker build -t hpo-study-single-pod-container:0001 .
49
- docker run -it -p 5000:80 hpo-study-single-pod-container:0001
+ docker run -d --name hpo-study-pod -p 5000:80 hpo-study-single-pod-container:0001
50
+ docker logs -f hpo-study-pod
51
# - name: Generative Proof Of Concept
52
# timeout-minutes: 180
53
# run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
0 commit comments