mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
5 lines
179 B
Text
5 lines
179 B
Text
ARG OS_VERSION=27
|
|
FROM fedora:${OS_VERSION}
|
|
ADD scripts /tmp/scripts
|
|
RUN cd /tmp/scripts && /tmp/scripts/install_fedora.sh && /tmp/scripts/install_deps.sh && rm -rf /tmp/scripts
|
|
|