mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
6 lines
194 B
Text
6 lines
194 B
Text
ARG OS_VERSION=27
|
|
FROM fedora:${OS_VERSION}
|
|
ENV PATH="/opt/cmake/bin:${PATH}"
|
|
ADD scripts /tmp/scripts
|
|
RUN /tmp/scripts/install_fedora.sh && /tmp/scripts/install_deps.sh && rm -rf /tmp/scripts
|
|
|