Skip to content

Commit

Permalink
add workdir
Browse files Browse the repository at this point in the history
Signed-off-by: piggy2303
  • Loading branch information
jimmy committed Oct 12, 2024
1 parent dbacce1 commit f7bad8e
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 f7bad8e

Please sign in to comment.