spotty-cloud / spotty

Training deep learning models on AWS and GCP instances
https://spotty.cloud
MIT License
492 stars 43 forks source link

Docker with private dockerhub or gitlab image? #79

Closed turian closed 3 years ago

turian commented 3 years ago

If I have a private dockerhub or gitlab docker image, how do I authenticate with these services in Spotty to pull my docker instance?

apls777 commented 3 years ago

@turian You can use the commands parameter in the instance configuration (see here). These commands will be executed before the Docker image is built or pulled. For example, in this article, I showed how to do it for AWS ECR.

turian commented 3 years ago

Thank you.