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
When I Try To Run Any Task The Agent Tries To Mount Something Vscode Related:

When I try to run any task the agent tries to mount something vscode related:

683637074988 adamastor:gpuall INFO Executing: ['docker', 'run', '-t', '--gpus', 'all', '-v', '/run/user/1002/vscode-ssh-auth-sock-278537930:/run/user/1002/vscode-ssh-auth-sock-278537930', '-e', 'SSH_AUTH_SOCK=/run/user/1002/vscode-ssh-auth-sock-278537930', ...]

docker: Error response from daemon: error while creating mount source path '/run/user/1002/vscode-ssh-auth-sock-278537930': mkdir /run/user/1002/vscode-ssh-auth-sock-278537930: file exists.

Maybe it’s because I tried to run tasks from Vscode remote ssh mode. But now VScode is not running and the issue persists.

Has anyone solved that issue?

  
  
Posted 10 months ago
Votes Newest

Answers 2


Hi @<1523702786867335168:profile|AdventurousButterfly15> , can you share your agent configuration and task details (as they appear in the task info in the UI)?

  
  
Posted 10 months ago

The issue disappeared after I switched from docker mode to pip mode

  
  
Posted 10 months ago
470 Views
2 Answers
10 months ago
10 months ago
Tags