We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a6edd commit 0d38535Copy full SHA for 0d38535
Dockerfile
@@ -19,6 +19,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
19
rm -rf /var/lib/apt/lists/*
20
21
COPY $DEPSLIST ./requirements.txt
22
+
23
+# make sure pip is up-to-date
24
+RUN python3 -m pip install --upgrade pip
25
RUN pip3 install --no-cache-dir -r requirements.txt
26
27
RUN mkdir audio output
0 commit comments