From 580d18e01620f1db1264260b6ec0cd6733948cef Mon Sep 17 00:00:00 2001 From: Junjie Li <1061455426@qq.com> Date: Sun, 27 Oct 2024 17:01:37 +0800 Subject: [PATCH] Update Dockerfile --- environment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index 92f9fed..8347cbc 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -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 \ No newline at end of file