mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
6 lines
221 B
Text
6 lines
221 B
Text
ARG OS_VERSION=27
|
|
ARG PYTHON_VERSION=3.6
|
|
FROM fedora:${OS_VERSION}
|
|
ADD scripts /tmp/scripts
|
|
RUN cd /tmp/scripts && /tmp/scripts/install_fedora.sh && /tmp/scripts/install_deps.sh -p $PYTHON_VERSION && rm -rf /tmp/scripts
|
|
|