clearml_requirements_demo

python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python3 task_with_deps.py python3 task_no_deps.py