Unanswered
Hi! I'M Running Clearml-Agent In Docker Mode. I Want To Install My Package From Pyproject.Toml From My Project Before The Experiment Running. I'Ve Tried To Set
I've tried to run something like clearml-task ... --docker_bash_setup_script "cd $(echo /root/.clearml/venvs-builds/${PYTHON_VERSION%.*}/task_repository/...) && pip install ."
but it not working because the repo is fetching after docker_bash_setup_script, so I need to run this command later
156 Views
0
Answers
one year ago
one year ago