Skip to content

Commit 1daf666

Browse files
committed
test
1 parent 1942fbc commit 1daf666

File tree

4 files changed

+283
-341
lines changed

4 files changed

+283
-341
lines changed

.dockerignore

+9
Original file line numberDiff line numberDiff line change
@@ -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

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ WORKDIR /app
3333
COPY poetry.lock poetry.lock
3434
COPY pyproject.toml pyproject.toml
3535

36-
RUN pip3 install "opencv-python==4.3.0.36"
3736
RUN pip3 install --no-cache-dir poetry \
3837
&& poetry install --no-interaction --no-ansi --no-dev \
3938
# Cleaning poetry installation's cache for production:

0 commit comments

Comments
 (0)