Skip to content

Commit a54cd76

Browse files
committed
docker fix 5
1 parent 6fd711f commit a54cd76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ COPY poetry.lock pyproject.toml ./
3333
# [OPTIONAL] Validate the project is properly configured
3434
RUN poetry check
3535

36+
RUN poetry config installer.max-workers 10
37+
3638
# Install Dependencies
3739
RUN apt-get update && apt-get install -y build-essential libzbar-dev ffmpeg libsm6 libxext6 libgl1 \
38-
&& poetry install --no-interaction --no-cache --without dev
40+
&& poetry install --no-interaction --no-cache --without -vvv --no-ansi dev
3941

4042
# Copy Application
4143
COPY . /app

0 commit comments

Comments
 (0)