From 52339e9b20a153aea18547df53d8d1ed8f7199b4 Mon Sep 17 00:00:00 2001 From: loeken Date: Mon, 10 Apr 2023 21:18:07 +0200 Subject: [PATCH] add make/g++ to docker (#1015) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76f3fdd4..e9f8dbcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="Your Name " LABEL description="Docker image for GPTQ-for-LLaMa and Text Generation WebUI" RUN apt-get update && \ - apt-get install --no-install-recommends -y git python3 python3-pip && \ + apt-get install --no-install-recommends -y git python3 python3-pip make g++ && \ rm -rf /var/lib/apt/lists/* RUN --mount=type=cache,target=/root/.cache/pip pip3 install virtualenv