Unanswered
Hi,
I Have A Github Repository With A Library, I Want To Run A Benchmark For That Library. So When I Run A Benchmark Script, It Should Build And Install This Library From Sources Before Run Script Itself. I Can Use Extra_Docker_Shell_Script To Hardcode Co
Hi EnviousPanda91 , CostlyOstrich36
I'm facing an issue that seems to be related to this.
I am also trying to run a code from a github repo which necessitates some installs (as shown in the picture).
What is the best way to run these after cloning the git repo ?
Some observations I made:
The docker_bash_setup_script
cannot be passed an argument to the Task.init()
function (only to the Task.Create()
that can't launch the task to be executed remotely for some reason) When creating an agent in docker mode, I manage to pass a docker image and a bash setup script but the latter is ran before the git clone that clearml automatically does. Is there a way to make the bash setup script run after the git clone operation ?
Thank you !
176 Views
0
Answers
2 years ago
one year ago
Tags