dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with multi-cloud & on-prem support. It natively supports NVIDIA, AMD, & TPU.
In order to use private Docker images hosted with AWS ECR, one has to generate a temporarily password using aws ecr get-login-password and then hardcode them in the YAML file.
Solution
Allow dstack generate a temporarily password automatically on behalf of the user:
Problem
In order to use private Docker images hosted with AWS ECR, one has to generate a temporarily password using
aws ecr get-login-password
and then hardcode them in the YAML file.Solution
Allow
dstack
generate a temporarily password automatically on behalf of the user:Workaround
No response
Would you like to help us implement this feature by sending a PR?
No