Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to figure out what dependencies are installed in the docker image? #1116

Closed
sc-gr opened this issue Apr 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@sc-gr
Copy link

sc-gr commented Apr 16, 2024

E.g., if I'm using mosaicml/llm-foundry:2.2.1_cu121_flash2_aws-latest, is there a way to get the source of this docker image?

@sc-gr sc-gr added the question Further information is requested label Apr 16, 2024
@dakinggg
Copy link
Collaborator

The image is built from the dockerfile (https://github.com/mosaicml/llm-foundry/blob/main/Dockerfile), with the base image coming from Composer (https://github.com/mosaicml/composer/tree/dev/docker). The simplest way to see everything in it would just be to make the container and then pip list to see the packages installed.

@dakinggg dakinggg closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants