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
Can Someone Confirm If

Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.

  
  
Posted 2 years ago
Votes Newest

Answers 6


Just to be clear, are you referring to the bash script provided alongside the docker image and arguments in the task settings?

  
  
Posted 2 years ago

Yeah, when doing:

task.set_base_docker( "nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04", docker_setup_bash_script=script, )

  
  
Posted 2 years ago

So yes, it is supported in the k8s glue

  
  
Posted 2 years ago

🙂

  
  
Posted 2 years ago

Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?

  
  
Posted 2 years ago
526 Views
6 Answers
2 years ago
one year ago
Tags