From 8a3b924a2468ba4b7f20b2622a04e79c82811d73 Mon Sep 17 00:00:00 2001 From: Junjie Li <1061455426@qq.com> Date: Mon, 28 Oct 2024 16:25:33 +0800 Subject: [PATCH] gcc fix --- environment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index 504af49..755ba68 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 vim wget git libsndfile1 espeak-ng sox zip && \ + apt-get install -y sudo build-essential 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