mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
5 lines
177 B
Bash
Executable file
5 lines
177 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
dnf install -y binutils gcc gcc-c++ aria2 python3-pip python3-wheel git python3-devel cmake
|
|
python3 -m pip install --upgrade pip
|
|
python3 -m pip install numpy
|