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

Questions with tag aws

Questions with tag aws

Tags
Sorting
Results
per page
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hello all, I'm trying to run a few pipeline tasks remotely via a private docker image but struggling to find any documentation on how/where the docker login ...
aws
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey! i was trying to use my minio instance for artifacts storage but there is not way of making it work. Maybe i am missing something. This is my clearml.con...
aws
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
hello, i am trying to run clearml-agent on google colab, and i want to setup aws s3 key-secret. i cannot find ~/clearml.conf on google colab. where actually ...
aws
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, I am trying to use the aws autoscaler to assign instance profiles to new machines. This is a better way than managing credentials. I added the configurat...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi everyone, im trying to use the aws autoscaler service. Provided the pac but is not able to clone the repo. It is not using the pac (using gitlab)
2 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
I started two pipelines (using AWS autoscaler in app.clear.ml ). The pipelines ran concurrently, using the same pipeline code. Both failed in the same compon...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Can I upload debug samples to GCP? I only see aws and azure in the https://clear.ml/docs/latest/docs/configs/clearml_conf#sdk-section
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi all, did anyone manage to connect the agent to aws s3 bucket when authenticating to AWS using SSO?
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi, I am getting this error when using the aws auto_scaler service (with the PRO version): Traceback (most recent call last): File "/root/.clearml/venvs-buil...
aws
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Good day to all! Any clue how to make upload dataset to minio S3? I have setup a custom s3 in clearml.conf as per docs: aws { s3 { # default, used for any bu...
aws
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi there. I have my own clearml server working on http://clearml.10.68.0.250.nip.io , i try to push my artefact on a minio server hosted at the http://minio....
aws
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hi, I would like to follow-up in this https://clearml.slack.com/archives/CTK20V944/p1646123127790389 happening on clearml server 1.2.0 (self hosted on a sing...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
aws
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Are GP3 volumes automatically deleted when the instance is spun down using the clearml aws autoscaler?
aws
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, did anyone experiment with running on the aws autoscaler on spots and knows whether there is configuration for retry policy when spot get evacuated mid-job?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi all, Anyone also have issues with the Logger hang the whole task?? or doesn’t upload the reported images and scalers? I got many tasks that were just hang...
aws
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi community, noob question, how can I know the cloning repo location in an aws agent running a task?
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
aws
3 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
3 years ago
0 Votes
22 Answers
3K Views
0 Votes 22 Answers 3K Views
Hi guys for the AWS auto-scaler I need to access aws ssm or create .env file locally when using the init script. Has anyone done this?
aws
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hi, I attached an IAM role to an ec2 instance to grant access to an s3 bucket. The ec2 instance is running a clearml-agent (v1.1.0). I didn’t specify any key...
aws
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi, we recently upgraded clearml to 1.1.1-135 . 1.1.1 . 2.14. The task init is task=Task.init(project_name='myproject', task_name='mytask', output_uri=' s3:/...
aws
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, I am using the aws autoscaler and getting the following error while trying to spin up spot instances: 2021-08-16 17:18:48 Spinning new instance type=v100...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is it possible to have clearml launch aws instances to run clearml-agent , execute jobs and then shutdown after the jobs have been completed? I have two rele...
aws
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, i'm running the following and encountering some SSL errors. SSL_CERT_FILE=ca.crt clearml-data upload --id 12314jhg42342j4j --storage clearml.storage - ER...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi guys, I want automate the clearml-init in a docker container. Ideally I would do this by having the clearml.conf file in the container and then read in en...
aws
4 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi again, I am trying to make the aws autoscaler work with ec2 instances, but it fails to setup the agent in the machine: the logs of the user-data script sh...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, I see that there is a new parameter in aws autoscaler: max_spin_up_time_min - What is the difference with max_idle_time_min ?
aws
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hello, I tried the clearml-session CLI to start a jupyter instance on an agent, but an error with the password, here is the full CLI log: $ clearml-session -...
4 years ago
Show more results questions