docs :
Vessl AI 에 로그인하고 아래 명령어 사용하면 자동으로 접속됨
pip install --upgrade vessl
vessl configure
Vessl AI에서는 yaml 파일을 따로 만들고 아래 처럼 run 해줘야 함
vessl run create -f {your-yaml-file}.yaml
yaml 파일에 필요한 것 : compute resource ( gpu 사양 ) , docker 이미지, run command
TO DO : docker image 만들기
ref :