We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd711f commit a54cd76Copy full SHA for a54cd76
Dockerfile
@@ -33,9 +33,11 @@ COPY poetry.lock pyproject.toml ./
33
# [OPTIONAL] Validate the project is properly configured
34
RUN poetry check
35
36
+RUN poetry config installer.max-workers 10
37
+
38
# Install Dependencies
39
RUN apt-get update && apt-get install -y build-essential libzbar-dev ffmpeg libsm6 libxext6 libgl1 \
- && poetry install --no-interaction --no-cache --without dev
40
+ && poetry install --no-interaction --no-cache --without -vvv --no-ansi dev
41
42
# Copy Application
43
COPY . /app
0 commit comments