Skip to content

Commit a21baeb

Browse files
authored
docker : add git to full-cuda.Dockerfile main-cuda.Dockerfile (#3044)
1 parent 6ff712a commit a21baeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devops/full-cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM ${BASE_CUDA_DEV_CONTAINER} as build
1212
ARG CUDA_DOCKER_ARCH=all
1313

1414
RUN apt-get update && \
15-
apt-get install -y build-essential python3 python3-pip
15+
apt-get install -y build-essential python3 python3-pip git
1616

1717
COPY requirements.txt requirements.txt
1818

.devops/main-cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM ${BASE_CUDA_DEV_CONTAINER} as build
1212
ARG CUDA_DOCKER_ARCH=all
1313

1414
RUN apt-get update && \
15-
apt-get install -y build-essential
15+
apt-get install -y build-essential git
1616

1717
WORKDIR /app
1818

0 commit comments

Comments
 (0)