We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1942fbc commit 1daf666Copy full SHA for 1daf666
.dockerignore
@@ -0,0 +1,9 @@
1
+__pycache__
2
+.mypy_cache
3
+.pytest_cache
4
+.vscode
5
+bower_components
6
+venv
7
+node_modules
8
+.git
9
+.github
docker/Dockerfile
@@ -33,7 +33,6 @@ WORKDIR /app
33
COPY poetry.lock poetry.lock
34
COPY pyproject.toml pyproject.toml
35
36
-RUN pip3 install "opencv-python==4.3.0.36"
37
RUN pip3 install --no-cache-dir poetry \
38
&& poetry install --no-interaction --no-ansi --no-dev \
39
# Cleaning poetry installation's cache for production:
0 commit comments