summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.devops/full-cuda.Dockerfile2
-rw-r--r--.devops/main-cuda.Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.devops/full-cuda.Dockerfile b/.devops/full-cuda.Dockerfile
index e5fcb37d..360602d6 100644
--- a/.devops/full-cuda.Dockerfile
+++ b/.devops/full-cuda.Dockerfile
@@ -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
diff --git a/.devops/main-cuda.Dockerfile b/.devops/main-cuda.Dockerfile
index 30c01196..2b7faf7c 100644
--- a/.devops/main-cuda.Dockerfile
+++ b/.devops/main-cuda.Dockerfile
@@ -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