Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
david30907d committed Aug 6, 2020
1 parent 1942fbc commit 1daf666
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 341 deletions.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__pycache__
.mypy_cache
.pytest_cache
.vscode
bower_components
venv
node_modules
.git
.github
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ WORKDIR /app
COPY poetry.lock poetry.lock
COPY pyproject.toml pyproject.toml

RUN pip3 install "opencv-python==4.3.0.36"
RUN pip3 install --no-cache-dir poetry \
&& poetry install --no-interaction --no-ansi --no-dev \
# Cleaning poetry installation's cache for production:
Expand Down
Loading

0 comments on commit 1daf666

Please sign in to comment.