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 097721b commit 86b352c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions environment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM ubuntu:18.04

ENV TZ=Asia/Shanghai
ENV DEBIAN_FRONTEND=noninteractive

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 python3.10 && \
apt-get install -y sudo vim wget git libsndfile1 espeak-ng sox zip python3.10 python3-pip && \
apt-get clean && \
pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt

0 comments on commit 86b352c

Please sign in to comment.