We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff712a commit a21baebCopy full SHA for a21baeb
.devops/full-cuda.Dockerfile
@@ -12,7 +12,7 @@ FROM ${BASE_CUDA_DEV_CONTAINER} as build
12
ARG CUDA_DOCKER_ARCH=all
13
14
RUN apt-get update && \
15
- apt-get install -y build-essential python3 python3-pip
+ apt-get install -y build-essential python3 python3-pip git
16
17
COPY requirements.txt requirements.txt
18
.devops/main-cuda.Dockerfile
- apt-get install -y build-essential
+ apt-get install -y build-essential git
WORKDIR /app
0 commit comments