
Reputation
Badges 1
Eureka!Hi John,
Thank you for your answer !
Unfortunately the docker_bash_setup_script
is not accepted by Task.init()
(see the picture I attached).
I also considered using the method set_base_docker
but it says that this function is ignored when running remotely (which is what I need)...
Is there a way to make it work anyway ?
Regarding your suggestion of running the script pythonically, this might work but I'm trying to avoid it at the moment because it would necessitates mixing...
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...