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 8fa0823 commit d01def6Copy full SHA for d01def6
1 file changed
docker/Dockerfile
@@ -4,6 +4,7 @@ ARG NVIDIA_IMAGE=nvidia/cuda:12.2.0-devel-ubuntu20.04
4
FROM $GOLANG_IMAGE AS build
5
FROM $GOLANG_IMAGE AS gobuild
6
ARG GOPROXY
7
+WORKDIR /k8s-vgpu
8
ADD go.mod /k8s-vgpu
9
ADD go.sum /k8s-vgpu
10
RUN go mod download
0 commit comments