From d508901e32089a6269858f662ee51ef26e39f191 Mon Sep 17 00:00:00 2001 From: "Thinh D. NGO" <56742972+thinhngo-x@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:22:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Update=20Dockerfile=20to=20fix?= =?UTF-8?q?=20#1775=20(#1781)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ci/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index ef8b5e340b..219ad3a65d 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -62,8 +62,8 @@ RUN conda install python=3.10 FROM python_base_cuda11.4 as anomalib_development_env # Install all anomalib requirements -COPY ./requirements/base.txt /tmp/anomalib/requirements/base.txt -RUN pip install --no-cache-dir -r /tmp/anomalib/requirements/base.txt +COPY ./requirements/installer.txt /tmp/anomalib/requirements/installer.txt +RUN pip install --no-cache-dir -r /tmp/anomalib/requirements/installer.txt COPY ./requirements/openvino.txt /tmp/anomalib/requirements/openvino.txt RUN pip install --no-cache-dir -r /tmp/anomalib/requirements/openvino.txt