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

add pynlp-cuda102 #70

Merged
merged 1 commit into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,30 @@ jobs:
push_image


qpod_py-nlp:
name: qpod/py-nlp
qpod_py-nlp-cuda116:
name: qpod/py-nlp-cuda116
needs: qpod_base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
source ./tool.sh
build_image py-nlp latest docker_core/Dockerfile --build-arg "BASE_IMG=cuda_11.6" --build-arg "ARG_PROFILE_PYTHON=datascience,mkl,torch,nlp"
build_image py-nlp-cuda116 latest docker_core/Dockerfile --build-arg "BASE_IMG=cuda_11.6" --build-arg "ARG_PROFILE_PYTHON=datascience,mkl,torch,nlp"
alias_image py-nlp-cuda116 latest py-nlp latest
push_image

qpod_py-nlp-cuda102:
name: qpod/py-nlp-cuda102
needs: qpod_base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
source ./tool.sh
build_image py-nlp-cuda102 latest docker_core/Dockerfile --build-arg "BASE_IMG=cuda_10.2" --build-arg "ARG_PROFILE_PYTHON=datascience,mkl,torch,nlp"
push_image


qpod_py-cv:
name: qpod/py-cv
needs: qpod_base
Expand Down
7 changes: 4 additions & 3 deletions docker_core/work/install_list_PY_nlp.pip
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% This file contains python packages to be installed with pip line by line.
% Use percent char as line comment separator.

pyparsing astroid nltk % Parsing, AST
aiohttp==3.* % TEMP fix: req by datasets, 4.0 won't work
transformers datasets % huggingface transformers
pyparsing astroid % Parsing, AST
aiohttp==3.* % TEMP fix: req by datasets, 4.0 won't work
transformers tokenizers datasets % huggingface transformers
rapidfuzz flashtext % string match