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

How to use nemo docker container as base image #11824

Open
famda opened this issue Jan 11, 2025 · 0 comments
Open

How to use nemo docker container as base image #11824

famda opened this issue Jan 11, 2025 · 0 comments

Comments

@famda
Copy link

famda commented Jan 11, 2025

Hi,
I'm trying to create a docker image that uses nemo as the base image.
I have a python project with some scripts (including a requirements.txt file with some additional dependencies) that I'm containerizing on that same image.

The Nemo base image is around 29GB in size but when I run pip install on the requirements file the output is around 100GB because it reinstalls everything and it takes ages to complete.

I'm trying to learn how to use this and make some cool examples with ASR and TTS for research/personal training.

I'm pretty sure I'm doing something wrong on this dependency hell. 😀

It would be nice to have a simple dockerfile that uses nvidia/nemo as base image and a simple python project in it.

Can someone help, please?

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant