diff options
| author | hc <hc@email.ch> | 2024-12-27 14:52:04 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-12-27 14:52:04 +0800 |
| commit | bf1ebe9dd0506f837a2d61276e279e0e1e2cf660 (patch) | |
| tree | 65b6986df32c7fa7a8d847f30daa8126540ff89e /core | |
| parent | 9e029317b8adcd214f580c69cad992a17648f8c7 (diff) | |
java
Diffstat (limited to 'core')
| -rwxr-xr-x | core/install-packages.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/install-packages.sh b/core/install-packages.sh index ba317ef..9a6aea3 100755 --- a/core/install-packages.sh +++ b/core/install-packages.sh @@ -8,6 +8,7 @@ sudo dnf install -y nc openssl bat autossh tmux htop tar bmon gzip tree wget cur sudo dnf install -y xclip sudo dnf install -y gcc gcc-c++ +sudo dnf install -y java-latest-openjdk-devel #sudo dnf install -y asio-devel boost-devel openssl-devel #install packages ml #pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 |
