Skip to content

Commit

Permalink
Update Dockerfile Signed-off-by: piggy2303 <nguyentuananh23031997@gma…
Browse files Browse the repository at this point in the history
…il.com>

Signed-off-by: piggy2303 <[email protected]>
  • Loading branch information
piggy2303 authored Oct 12, 2024
1 parent 8fa0823 commit d01def6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG NVIDIA_IMAGE=nvidia/cuda:12.2.0-devel-ubuntu20.04
FROM $GOLANG_IMAGE AS build
FROM $GOLANG_IMAGE AS gobuild
ARG GOPROXY
WORKDIR /k8s-vgpu
ADD go.mod /k8s-vgpu
ADD go.sum /k8s-vgpu
RUN go mod download
Expand Down

0 comments on commit d01def6

Please sign in to comment.