Skip to content

Commit

Permalink
remove testpypi import
Browse files Browse the repository at this point in the history
  • Loading branch information
heinpa committed Aug 26, 2024
1 parent d158d92 commit 67514b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion qanary-component-MT-Python-HelsinkiNLP/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY requirements.txt ./

RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN pip install --index-url https://test.pypi.org/simple/ qanary-helpers==0.3.2

COPY component component
COPY utils utils
Expand Down
1 change: 0 additions & 1 deletion qanary-component-MT-Python-LibreTranslate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY requirements.txt ./

RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN pip install --index-url https://test.pypi.org/simple/ qanary-helpers==0.3.2

COPY component component
COPY utils utils
Expand Down
1 change: 0 additions & 1 deletion qanary-component-MT-Python-MBart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY requirements.txt ./

RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN pip install --index-url https://test.pypi.org/simple/ qanary-helpers==0.3.2

COPY component component
COPY utils utils
Expand Down
1 change: 0 additions & 1 deletion qanary-component-MT-Python-NLLB/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY requirements.txt ./

RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN pip install --index-url https://test.pypi.org/simple/ qanary-helpers==0.3.2

COPY component component
COPY utils utils
Expand Down

0 comments on commit 67514b3

Please sign in to comment.