]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docker : add git to full-cuda.Dockerfile main-cuda.Dockerfile (#3044)
authorhongbo.mo <redacted>
Fri, 8 Sep 2023 10:57:55 +0000 (18:57 +0800)
committerGitHub <redacted>
Fri, 8 Sep 2023 10:57:55 +0000 (13:57 +0300)
.devops/full-cuda.Dockerfile
.devops/main-cuda.Dockerfile

index e5fcb37d6fe7af16d06c6434f4b43f5792b83f3b..360602d6567b8a835f23e7365cf222ca7299c1d7 100644 (file)
@@ -12,7 +12,7 @@ FROM ${BASE_CUDA_DEV_CONTAINER} as build
 ARG CUDA_DOCKER_ARCH=all
 
 RUN apt-get update && \
-    apt-get install -y build-essential python3 python3-pip
+    apt-get install -y build-essential python3 python3-pip git
 
 COPY requirements.txt requirements.txt
 
index 30c01196ab520773d949f02a82ce6b14c2f89674..2b7faf7c11c0bbf3ea039413a29219c6fa92a5bb 100644 (file)
@@ -12,7 +12,7 @@ FROM ${BASE_CUDA_DEV_CONTAINER} as build
 ARG CUDA_DOCKER_ARCH=all
 
 RUN apt-get update && \
-    apt-get install -y build-essential
+    apt-get install -y build-essential git
 
 WORKDIR /app