File: Dockerfile.nlp

package info (click to toggle)
pytorch-ignite 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,712 kB
  • sloc: python: 46,874; sh: 376; makefile: 27
file content (7 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
# Dockerfile.nlp
FROM pytorchignite/base:latest

# Ignite NLP dependencies
RUN pip install --upgrade --no-cache-dir transformers \
                                         spacy \
                                         nltk