Reputation
Badges 1
48 × Eureka!i hope you are saying this method.. i tried but i dont see any changes in UI, how can i verify sir
this is my scirpt working fine.. thnks for the help..
@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> thanks for the help.. i created creds.. using this command
curl -s -u "antony:antony"
now i need help to bypass clearml-init manual paste key its wont support .. any other bypass is available
but missing part now.. queue.. this one even not there in doc..little worried now 🥶
i tell u my issue.. i created the template to come up clearml server & clearml work worker.. so our ml enginner expecting no manual authentication. they want all automation. now your case all manual.. when we want make pipeline like jenkins..we need automation.. my expectation.. only i need access key & secret key .. how to create?? other steps i created for the template.. then i will approach to my team.. thn they start cleaml enterprises solution
@Jake H.
#!/bin/bash
# Get the access key and secret key from the API response
response=$(curl -s -u "antony:antony"
)
access_key=$(echo "$response" | jq -r '.data.credentials.access_key')
secret_key=$(echo "$response" | jq -r '.data.credentials.secret_key')
# Echo the access key and secret key
echo "Access Key: $access_key"
echo "Secret Key: $secret_key"
# Verify the presence of access key and secret key
if [[ -n "$access_key" && -n "$secret_key" ]]; then
echo "Acc...
if u say clearml have good security.. i dont agree.. i dont see any username & password authentication.. its open server
i hope u understand my concern.. i want to install clearml server & cleaerml agen together.. same script..
curl '
' \
-H 'Accept: application/json' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Cookie: clearml_token_basic=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoX3R5cGUiOiJCZWFyZXIiLCJpYXQiOjE2ODMwMDMxMDksImVudiI6Ijx1bmtub3duPiIsImV4cCI6MTY4NTU5NTEwOSwiaWRlbnRpdHkiOnsicm9sZSI6InVzZXIiLCJjb21wYW55X25hbWUiOiJjbGVhcm1sIiwidXNlcl9uYW1lIjoiZWRnZWJyaWNrcyIsInVzZXIiOiI3Zjg2YWM1NzZmZDA0MTA1YTliNjVmOTc2OGM0M2...
or before i have to do?? my case this one also its not working
okay.. this clearml dynamic access creation how its work..
@<1523704207914307584:profile|ObedientToad56> already i added
sure.. sorry for posting msg there..
@<1523701087100473344:profile|SuccessfulKoala55> 1st time.. it is running from jupyter notebook.. synced with clearml default.. 2md time it will run agent..
its okay jake.. i did that. no issues.. trying clearml kubernetes now.. will ask help incase if i face any issues
even i noticed, there is no dockument to create username & password.. i mean clearml server UI.
basically i wanna bypass clearml init or clearml-agent init, i wanna do it in ternimal only.. so do not know to create clearml credentials using terminal & save it clearml.conf file.
@<1523701087100473344:profile|SuccessfulKoala55> sorry for the delay msg. actually i tried to connect clearml agent to clearml master from backend shell script. usually we will create api token access key from UI right. i wanna do it fully in terminal
@<1523701087100473344:profile|SuccessfulKoala55>
yes.. if from clearml side.. there is no option then its fine.. i want this option .. to play with public ip
I could not find any documentation for this support
okay understand, thanks
clear my doubt.. actually i tried .. i created queue name called test. i attached 2 GPU from diffrent machine.. but workload is going only one GPU.. this is my problem now.. slurm is not happening.
okay cool.. i will try that
@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> do u have any idea??