Aurel-test commited on
Commit
720a77e
·
verified ·
1 Parent(s): bd3a9ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -79,6 +79,7 @@ COPY --chown=user:user ./seamless_server ./seamless_server
79
  RUN cd seamless_server && \
80
  pip install fairseq2 --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/nightly/pt2.1.1/cu118 && \
81
  pip install --no-cache-dir --upgrade -r requirements.txt
 
82
  COPY --from=frontend /app/dist ./streaming-react-app/dist
83
 
84
  WORKDIR $HOME/app/seamless_server
 
79
  RUN cd seamless_server && \
80
  pip install fairseq2 --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/nightly/pt2.1.1/cu118 && \
81
  pip install --no-cache-dir --upgrade -r requirements.txt
82
+ RUN python -c "import nltk; nltk.download('averaged_perceptron_tagger_eng')"
83
  COPY --from=frontend /app/dist ./streaming-react-app/dist
84
 
85
  WORKDIR $HOME/app/seamless_server