Skip to content

Commit

Permalink
Fix fetch error (#3)
Browse files Browse the repository at this point in the history
* pip install in call-retrain
  • Loading branch information
SofiaChar authored Feb 12, 2024
1 parent b86de50 commit 38e3779
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions valohai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
- step:
name: inference
image: ultralytics/yolov5
environment: aws-eu-west-1-p3-2xlarge
environment: aws-eu-west-1-p2-xlarge
command:
- pip install "whylogs[image,viz]"
- pip install valohai-utils
Expand All @@ -110,8 +110,9 @@

- step:
name: call-retrain
environment: aws-eu-west-1-p3-2xlarge
image: python:3.9
command:
- pip install requests
- python call-retrain.py {parameters}
parameters:
- name: save_results
Expand Down

0 comments on commit 38e3779

Please sign in to comment.