Skip to content

Commit

Permalink
Removed torchtext as the project has stopped releasing new torch comp…
Browse files Browse the repository at this point in the history
…atible versions
  • Loading branch information
vfdev-5 committed Aug 5, 2024
1 parent 6ce3f45 commit 100ee6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docker/hvd/Dockerfile.hvd-apex-nlp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FROM pytorchignite/hvd-apex:latest
# Ignite NLP dependencies
RUN pip install --upgrade --no-cache-dir transformers \
spacy \
nltk \
torchtext
nltk
3 changes: 1 addition & 2 deletions docker/hvd/Dockerfile.hvd-nlp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FROM pytorchignite/hvd-base:latest
# Ignite NLP dependencies
RUN pip install --upgrade --no-cache-dir transformers \
spacy \
nltk \
torchtext
nltk
3 changes: 1 addition & 2 deletions docker/main/Dockerfile.apex-nlp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FROM pytorchignite/apex:latest
# Ignite NLP dependencies
RUN pip install --upgrade --no-cache-dir transformers \
spacy \
nltk \
torchtext
nltk
3 changes: 1 addition & 2 deletions docker/main/Dockerfile.nlp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FROM pytorchignite/base:latest
# Ignite NLP dependencies
RUN pip install --upgrade --no-cache-dir transformers \
spacy \
nltk \
torchtext
nltk

0 comments on commit 100ee6e

Please sign in to comment.