What is the docker image that is being used when we create an instance using SkyPilot #3812
hessiowork
started this conversation in
Ideas
Replies: 2 comments · 1 reply
|
trying to find this info myself (seems undocumented :/ ) - the skypilot team publishes https://hub.docker.com/r/berkeleyskypilot/skypilot . When I do |
1 reply
|
On clouds, we do not run in a container by default. The base VM image depends on the clouds chosen - you can refer to images.csv in our catalog: https://github.com/skypilot-org/skypilot-catalog/tree/master/catalogs/v5 On Kubernetes, we maintain and use two SkyPilot container images:
These images are pre-installed with SkyPilot dependencies for fast startup. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was wondering what container image is being used on the instance that is rented when you run a job using SkyPilot? Can/How would you change the image used?
All reactions