Skip to content

Commit

Permalink
update pip to resolve stt error (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-shrey authored Jun 20, 2022
1 parent b1a6edd commit 0d38535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
rm -rf /var/lib/apt/lists/*

COPY $DEPSLIST ./requirements.txt

# make sure pip is up-to-date
RUN python3 -m pip install --upgrade pip
RUN pip3 install --no-cache-dir -r requirements.txt

RUN mkdir audio output
Expand Down

0 comments on commit 0d38535

Please sign in to comment.