Running docker having code with nemo library, running in an environment without internet? #7021
deepakdhiman7
started this conversation in
General
Replies: 1 comment 1 reply
-
Nemo itself should not require online but it depends on Huggingface Transformers which does require online - unless you first download the required models and then cache it to some dir and explicitly set environment flag (see jenkinsfile for example). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need to host our code base as a Docker container in an environment where internet is not available. We are using NeMo library. Is it possible to run it in offline mode. Please suggest, with code if possible, how and what do we need to do in such case?
Beta Was this translation helpful? Give feedback.
All reactions