Skip to content

Commit

Permalink
Update make target in Dockerfile-CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants authored Jul 12, 2023
1 parent b2b52bc commit f665aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/x86_64/Dockerfile-CUDA
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN make pre-ui
COPY Makefile /stash/
COPY ./graphql /stash/graphql/
COPY ./ui /stash/ui/
RUN make generate-frontend
RUN make generate-ui
ARG GITHASH
ARG STASH_VERSION
RUN BUILD_DATE=$(date +"%Y-%m-%d %H:%M:%S") make ui
Expand Down

0 comments on commit f665aa8

Please sign in to comment.