valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Add requirements #38

Closed drazendee closed 3 years ago

drazendee commented 3 years ago

Default command for new steps should include a pip install of requirements.txt

The requirements.txt will include valohai-utils as it's not part of any default Docker images, and needed to run scripts that use utils.

- pip install -r requirements.txt
- python myfile.py {parameters}

Updated tests as the default behavior has changed now.