Skip to content

Commit

Permalink
Update deploy_to_stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duri-wip authored Oct 8, 2024
1 parent 7d801d6 commit f975fc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_to_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
docker compose up --build -d
- name: 학습 시나리오 수행
run: docker run --gpus all --network flatfix_mlflow-network --rm flatfix-train-model \
python main.py Stage ${{ github.event.inputs.eval_metric }}
run: docker run --gpus all --network flatfix_mlflow-network --rm flatfix-train-model python main.py Stage ${{ github.event.inputs.eval_metric }}


# 2번 서버에 진입해서 Streamlit, Flask 컨테이너 Up 하기
Expand Down

0 comments on commit f975fc6

Please sign in to comment.