switching from rawhide to 43
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# build stage
|
# build stage
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide AS builder
|
FROM registry.fedoraproject.org/fedora:43 AS builder
|
||||||
|
|
||||||
# rocm 6.4.4 repo
|
# rocm 6.4.4 repo
|
||||||
RUN <<'EOF'
|
RUN <<'EOF'
|
||||||
@@ -78,7 +78,7 @@ RUN chmod +x /usr/local/bin/gguf-vram-estimator.py
|
|||||||
|
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM registry.fedoraproject.org/fedora-minimal:rawhide
|
FROM registry.fedoraproject.org/fedora-minimal:43
|
||||||
|
|
||||||
# rocm 6.4.3 repo
|
# rocm 6.4.3 repo
|
||||||
RUN <<'EOF'
|
RUN <<'EOF'
|
||||||
|
|||||||
Reference in New Issue
Block a user