How to add nltk download to docker image? #1432
Unanswered
thejaminator
asked this question in
Q&A
Replies: 1 comment
-
Hi @thejaminator - I think this is what you are looking for:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am serving a model that requires nltk.download("bunch of stuff").
Traditionally I would add these to my Dockerfile, so that it is present in my dockerimage. I run my image off google cloud run.
Is there a way I can make the generated Dockerfile from bentoml always have these lines? Or is the best way to write a shell script to edit the Dockerfile for this.
Beta Was this translation helpful? Give feedback.
All reactions