Hi DrabCockroach54
... and no logs for python script.
what do you mean by "no logs" , is it clearml logs? or k8s pod logs ?
Non clearml query.
I am running a bash script then python script as a job in Kubernetes.
I tried to do these steps as an entrypoint in dockerfile but it didn't work.
Then tried as a command in Kube job but it both ways it runs only bash script and no logs for python script.
I've enabled logging in Python script in several rows.
Any clue if something is wrong here?
command: ["/bin/bash", "/workdir/run.sh", "&&", "python", "-u", "/workdir/main.py", "--config","/mnt/config.yaml", "--debug"]
Hi DrabCockroach54
... and no logs for python script.
what do you mean by "no logs" , is it clearml logs? or k8s pod logs ?