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

Feat/contain nltk assets in docker image #3853

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

christinestraub
Copy link
Collaborator

@christinestraub christinestraub commented Dec 26, 2024

This pull request adds NLTK data to the Docker image by pre-packaging the data to ensure a more reliable and efficient deployment process, as the required NLTK resources are readily available within the container.

  • Modified the Dockerfile to include a stage for downloading and installing NLTK data.
  • Updated the Dockerfile to copy the downloaded NLTK data into the appropriate directory within the container.
  • Adjusted the application setup to verify the presence of NLTK assets during the container build process.

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

Successfully merging this pull request may close these issues.

1 participant