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
Profile picture
SwankyCrab22
Moderator
2 Questions, 2 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
1 Answers
586 Views
0 Votes 1 Answers 586 Views
Hi everybody ! When running an agent in docker mode and launching a task with a docker image from a private dockerhub repo I get the following error : docker...
one year ago
0 Votes
3 Answers
719 Views
0 Votes 3 Answers 719 Views
Hi Everyone ! I am trying to remotely run a code from a github repo which necessitates some installs (as shown in the picture). What is the best way to run t...
one year ago
0 Hi Everyone ! I Am Trying To Remotely 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:

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...

one year ago
0 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...

one year ago