Resetting 'from' directives
Build / supermicro-x10drh (push) Has been cancelled
Build / workstation-nvidia-base (push) Has been cancelled
Build / asrock-x570 (push) Has been cancelled
Build / lenovo-16arh7h (push) Has been cancelled

This commit is contained in:
Ben Radey
2026-06-06 11:34:33 -04:00
parent 3e7c16ad95
commit 15439af360
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/benradey/workstation-nvidia-base:latest
FROM git.radey.org/ben/workstation-nvidia-base:latest
RUN dnf5 install -y \
inotify-tools && \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/benradey/workstation-nvidia-base:latest
FROM git.radey.org/ben/workstation-nvidia-base:latest
# Build nvidia akmod with no special arguments - defaults to open kernel driver for newer hardware
RUN mkdir -p /var/log/akmods /var/cache/akmods/nvidia /var/tmp && \
+1 -1
View File
@@ -1,5 +1,5 @@
# ====== Stage 1: Builder image ======
FROM fedora:latest AS builder
FROM registry.fedoraproject.org/fedora:latest AS builder
RUN dnf5 update -y && dnf install -y git golang