From b5df73c369ba05c92f54c9fb55247faebb472fbd Mon Sep 17 00:00:00 2001 From: Junjie Li <1061455426@qq.com> Date: Mon, 28 Oct 2024 16:41:00 +0800 Subject: [PATCH] Update Dockerfile --- environment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index 755ba68..ec112c3 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -4,7 +4,7 @@ COPY ./requirements.txt /tmp/requirements.txt RUN apt-get update && \ apt-get upgrade -y && \ - apt-get install -y sudo build-essential vim wget git libsndfile1 espeak-ng sox zip && \ + apt-get install -y sudo build-essential python3.10 python3-pip vim wget git libsndfile1 espeak-ng sox zip && \ apt-get clean && \ pip install -r /tmp/requirements.txt --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cu116 && \ rm /tmp/requirements.txt \ No newline at end of file