Skip to content

Commit

Permalink
Install conda package
Browse files Browse the repository at this point in the history
Jurie Germishuys committed Sep 30, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 90a43fe commit 30ec0e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -100,6 +100,10 @@ RUN apt-get update && \
python3 -m pip --no-cache-dir install numpy && \
python3 -m pip --no-cache-dir install \
-r /usr/src/app/kso/requirements.txt && \
# Uninstall OpenCV pip packages
pip uninstall -y opencv-python opencv-contrib-python && \
# Install OpenCV using conda
conda install -c conda-forge opencv && \
# Copy over custom autobackend file to enable use of older YOLO models
cp \
/usr/src/app/kso/src/autobackend.py \

0 comments on commit 30ec0e0

Please sign in to comment.