Skip to content

Commit 0d38535

Browse files
authored
update pip to resolve stt error (#66)
1 parent b1a6edd commit 0d38535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
1919
rm -rf /var/lib/apt/lists/*
2020

2121
COPY $DEPSLIST ./requirements.txt
22+
23+
# make sure pip is up-to-date
24+
RUN python3 -m pip install --upgrade pip
2225
RUN pip3 install --no-cache-dir -r requirements.txt
2326

2427
RUN mkdir audio output

0 commit comments

Comments
 (0)