Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JunjieLl committed Oct 27, 2024
1 parent 3191a79 commit 580d18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:18.04
COPY ./requirements.txt /tmp/requirements.txt
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y sudo vim wget git libsndfile1 espeak-ng sox zip && \
apt-get install -y sudo vim wget git libsndfile1 espeak-ng sox zip python3.10 && \
apt-get clean && \
pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt && \
rm -rf .cache/pip

0 comments on commit 580d18e

Please sign in to comment.