with 1.1.1 I getUser aborted: stopping task (3)
JitteryCoyote63 Does it happen to you also with 1.1.1?
Nevermind, i was able to make it work, but no idea how
JitteryCoyote63 Welcome to the wonderful world of coding where some stuff doesn't work and you don't know why and some stuff works and you don't know why 😂
Configuration:{ "resource_configurations": { "v100": { "instance_type": "g4dn.2xlarge", "availability_zone": "us-east-1a", "ami_id": "ami-05e329519be512f1b", "ebs_device_name": "/dev/sda1", "ebs_volume_size": 100, "ebs_volume_type": "gp3", "key_name": "key.name", "security_group_ids": [ "sg-asd" ], "is_spot": false, "extra_configurations": { "SubnetId": "subnet-asd", "IamInstanceProfile": { "Name": "clearml-agent-ec2-role" }, "TagSpecifications": [ { "ResourceType": "instance", "Tags": [ { "Key": "Name", "Value": "clearml-agent" } ] } ] } } }, "queues": { "aws_v100": [ [ "v100", 10 ] ] }, "extra_clearml_conf": "sdk.aws.s3.region = eu-central-1\nagent.package_manager.pip_version = \"==20.2.3\"", "extra_vm_bash_script": "# Required by openCV\nsudo apt-get install -y libsm6 libxext6 libxrender-dev\npython3 -m pip install setuptools pip==20.2.3\n" }
And if you switch back to 1.1.2 in the setup that 1.1.1 worked, does it still fail?