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 39fb332 commit bb6b04bCopy full SHA for bb6b04b
.github/workflows/run_train_deploy_pipeline.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Install requirements
36
working-directory: ./train_and_deploy
37
run: |
38
+ sudo apt install socat
39
pip3 install -r requirements.txt
40
zenml integration install bentoml skypilot_kubernetes s3 aws evidently --uv -y
41
0 commit comments