-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Comments
Hi, you can use this as the start of your dockerfile
|
@wheynelau thanks for your reply.
And here is my requirements.txt file:
This image has 97.35GB and this is the issue. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: