Skip to content

Commit

Permalink
Lock conda dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurie Germishuys committed Sep 30, 2024
1 parent 91c04a7 commit 80a8e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN apt-get update && \
# Uninstall OpenCV pip packages
pip uninstall -y opencv-python opencv-contrib-python && \
# Install OpenCV using conda
/opt/conda/bin/conda install -y -c conda-forge opencv && \
/opt/conda/bin/conda install -y --verbose --no-update-deps -c conda-forge opencv && \
# Copy over custom autobackend file to enable use of older YOLO models
cp \
/usr/src/app/kso/src/autobackend.py \
Expand Down

0 comments on commit 80a8e2d

Please sign in to comment.