Skip to content

Commit

Permalink
both containers same source
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpolom committed May 3, 2024
1 parent a79ddab commit caedac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ USER builder
WORKDIR /packages
RUN akmodsbuild -k "$(cat /kernel-version.txt)" /usr/src/akmods/nvidia-kmod.latest

FROM ghcr.io/jmpolom/fedora-$variant-ws:$release
FROM ghcr.io/jmpolom/fedora-$variant-ws:$tag
ARG release
RUN mkdir /packages
COPY --from=kmod-build /packages/* /packages
Expand Down

0 comments on commit caedac1

Please sign in to comment.