Skip to content

Commit

Permalink
Merge pull request #177 from fanzhe328/libopencv-py39
Browse files Browse the repository at this point in the history
add libopencv-dev in python3.9
  • Loading branch information
rsonghuster authored Oct 26, 2022
2 parents 8f6624b + 993eb63 commit 0aa40e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.4
1.10.5
5 changes: 5 additions & 0 deletions python3.9/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ ENV FC_SERVER_LOG_PATH=${FC_SERVER_PATH}/var/log
RUN mkdir -p ${FC_SERVER_LOG_PATH}
ENV LD_LIBRARY_PATH=${FC_FUNC_CODE_PATH}:${FC_FUNC_CODE_PATH}/lib:/usr/local/lib

# Install libopencv-dev
RUN apt-get update \
&& apt-get install -y libopencv-dev \
&& rm -rf /var/lib/apt/lists/*

# Start a shell by default
CMD ["bash"]

0 comments on commit 0aa40e0

Please # to comment.