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 6bd7ee4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 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
1 change: 0 additions & 1 deletion docker/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def check_package(package_name, expected_version=None):
check_package("cv2")

if "nlp" in image_type:
check_package("torchtext")
check_package("transformers")

if "apex" in image_type:
Expand Down

0 comments on commit 6bd7ee4

Please sign in to comment.