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
Hey All, Im Using S3 As Files_Server. When I Run A Task Not In A Docker Everything Works, That I Run The Same Task In A Docker I Get: Raise Valueerror("Could Not Download Dataset Id={} Entry={}".Format(Self._Id, Data_Artifact_Name)) Valueerror: Could Not

Hey all,
Im using s3 as files_server.
When I run a task not in a docker everything works, that I run the same task in a docker I get:

raise ValueError("Could not download dataset id={} entry={}".format(self._id, data_artifact_name))
ValueError: Could not download dataset

Who knows what the problem might be?
Thanks

  
  
Posted one year ago
Votes Newest

Answers 20


You ran the same exact command for agent one with --docker and one without --docker and the one without managed to reach the files?

  
  
Posted one year ago

When the docker runs, does it print out the aws user key correctly?

  
  
Posted one year ago

Can you try running it via agent without the docker?

  
  
Posted one year ago

Are you running both locally? Is the agent's clearml.conf configured with the credentials as well?

  
  
Posted one year ago

Maybe I should pass something in extra_docker_arguments?
CostlyOstrich36

  
  
Posted one year ago

Are you running it inside a docker yourself or is it run via the agent?

  
  
Posted one year ago

Cool, let me take a look and see what can be done 🙂

  
  
Posted one year ago

CostlyOstrich36 Yes Its work

  
  
Posted one year ago

CostlyOstrich36 thanks.
Maybe I should pass something in extra_docker_arguments in the config file?

  
  
Posted one year ago

Yes
CostlyOstrich36

  
  
Posted one year ago

agent, in docker mode

  
  
Posted one year ago

CostlyOstrich36 Yes

  
  
Posted one year ago

Yes, I will try

  
  
Posted one year ago

But now I have diffrent problem, in the dataset.get_mutable_local_copy
I get:

File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/clearml/datasets/dataset.py", line 1276, in _download_part
raise ValueError("Could not download dataset id={} entry={}".format(self._id, data_artifact_name))
ValueError: Could not download dataset

  
  
Posted one year ago

I found the problem I think, thanks!

  
  
Posted one year ago

CostlyOstrich36

  
  
Posted one year ago

I just added -p port_num:port_num to extra_docker_arguments

  
  
Posted one year ago

And again only in docker mode CostlyOstrich36

  
  
Posted one year ago

What was the problem?

  
  
Posted one year ago

The sdk.aws.s3.credentials.0.host and sdk.aws.s3.credentials.0.key, yes

  
  
Posted one year ago
92 Views
20 Answers
one year ago
4 months ago
Tags
Similar posts