Skip to content

Commit

Permalink
add opencv lib
Browse files Browse the repository at this point in the history
  • Loading branch information
m77so committed May 7, 2022
1 parent 5091bc8 commit 114893c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ COPY Pipfile Pipfile

# Pythonライブラリのインストール時に必要なパッケージ (Pythonライブラリインストール後にアンインストール)
# * git: Pythonライブラリのインストールの際に必要
# * libopencv-dev: OpenCV
RUN apt-get update && \
apt-get install -y --no-install-recommends git && \
apt-get install -y --no-install-recommends git libopencv-dev && \
pip install pipenv==2022.5.2 --no-cache-dir && \
pipenv install --system --skip-lock && \
pip uninstall -y pipenv virtualenv && \
Expand Down

0 comments on commit 114893c

Please sign in to comment.