Skip to content

Commit

Permalink
fix: install OpenCV 3.4.16 on Docker Windows Containers (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Mar 9, 2022
1 parent 13c2a38 commit 4210673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/windows/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN curl -L https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VE
FROM base as opencv

# Install OpenCV
RUN curl -L https://github.com/opencv/opencv/releases/download/3.4.10/opencv-3.4.10-vc14_vc15.exe -o C:\TEMP\opencv-installer.exe && `
RUN curl -L https://github.com/opencv/opencv/releases/download/3.4.16/opencv-3.4.16-vc14_vc15.exe -o C:\TEMP\opencv-installer.exe && `
start /wait C:\TEMP\opencv-installer.exe -gm2 -y -oC:\ && `
del C:\TEMP\opencv-installer.exe

Expand Down

0 comments on commit 4210673

Please sign in to comment.