From 67514b374d71c93c0335da4292221e8021d4884f Mon Sep 17 00:00:00 2001 From: heinpa Date: Mon, 26 Aug 2024 05:15:48 +0200 Subject: [PATCH] remove testpypi import --- qanary-component-MT-Python-HelsinkiNLP/Dockerfile | 1 - qanary-component-MT-Python-LibreTranslate/Dockerfile | 1 - qanary-component-MT-Python-MBart/Dockerfile | 1 - qanary-component-MT-Python-NLLB/Dockerfile | 1 - 4 files changed, 4 deletions(-) diff --git a/qanary-component-MT-Python-HelsinkiNLP/Dockerfile b/qanary-component-MT-Python-HelsinkiNLP/Dockerfile index 5d510961..b1adee74 100644 --- a/qanary-component-MT-Python-HelsinkiNLP/Dockerfile +++ b/qanary-component-MT-Python-HelsinkiNLP/Dockerfile @@ -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 diff --git a/qanary-component-MT-Python-LibreTranslate/Dockerfile b/qanary-component-MT-Python-LibreTranslate/Dockerfile index 5d510961..b1adee74 100644 --- a/qanary-component-MT-Python-LibreTranslate/Dockerfile +++ b/qanary-component-MT-Python-LibreTranslate/Dockerfile @@ -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 diff --git a/qanary-component-MT-Python-MBart/Dockerfile b/qanary-component-MT-Python-MBart/Dockerfile index 5d510961..b1adee74 100644 --- a/qanary-component-MT-Python-MBart/Dockerfile +++ b/qanary-component-MT-Python-MBart/Dockerfile @@ -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 diff --git a/qanary-component-MT-Python-NLLB/Dockerfile b/qanary-component-MT-Python-NLLB/Dockerfile index 5d510961..b1adee74 100644 --- a/qanary-component-MT-Python-NLLB/Dockerfile +++ b/qanary-component-MT-Python-NLLB/Dockerfile @@ -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