Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
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

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"]

  
  
Posted one year ago
Votes Newest

Answers


Hi DrabCockroach54

... and no logs for python script.

what do you mean by "no logs" , is it clearml logs? or k8s pod logs ?

  
  
Posted one year ago
618 Views
1 Answer
one year ago
one year ago
Tags
Similar posts