Skip to content

Commit

Permalink
🐞 Update Dockerfile to fix openvinotoolkit#1775 (openvinotoolkit#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinhngo-x authored Feb 28, 2024
1 parent 2ba3eb6 commit d508901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d508901

Please sign in to comment.