Skip to content

Commit

Permalink
chore: Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Mar 2, 2024
1 parent b9d2747 commit 7d3c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN if [[ "${IMAGE_FLAVOR}" =~ "nvidia" ]]; then \
--from repo=copr:copr.fedorainfracloud.org:gloriouseggroll:nvidia-explicit-sync \
egl-wayland \
|| true && \
rm /etc/yum.repos.d/_copr_gloriouseggroll-nvidia-explicit-sync.repo
rm /etc/yum.repos.d/_copr_gloriouseggroll-nvidia-explicit-sync.repo \
; fi

COPY usr /usr
Expand Down

0 comments on commit 7d3c312

Please sign in to comment.