Dodane manjkajoce zahteve za SU-63519

This commit is contained in:
Gašper Fele-Žorž 2023-09-12 14:14:11 +02:00
parent 03c7ad542d
commit 3ddf1d550f
17 changed files with 101 additions and 32 deletions

View file

@ -1,32 +0,0 @@
- name: Install OpenJDK 18
apt:
name: openjdk-18-jdk
state: latest
- name: Install OpenJDK 19
apt:
name: openjdk-19-jdk
state: latest
- name: Install OpenJDK 11
apt:
name: openjdk-11-jdk
state: latest
- name: Install default JDK
apt:
name: default-jdk
state: latest
- name: Install Oracle Java dependencies
apt:
name:
- libc6-i386
- libc6-x32
state: latest
- name: Install Oracle JDK 20
apt:
deb: "https://download.oracle.com/java/20/latest/jdk-20_linux-x64_bin.deb"

View file

@ -0,0 +1,7 @@
- name: Install python3-pandas
apt:
name:
- python3-pandas
- python3-sklearn-pandas
state: latest

View file

@ -0,0 +1,8 @@
- name: Install pytorch
apt:
name:
- python3-torch
- python3-skorch
- python3-torch-ignite
state: latest

View file

@ -0,0 +1,7 @@
- name: Install python3-scipy, scikit-learn
apt:
name:
- python3-scipy
- python3-sklearn
state: latest

View file

@ -0,0 +1,6 @@
- name: Install statsmodels
apt:
name:
- python3-statsmodels
state: latest

View file

@ -0,0 +1,4 @@
- name: Install tensorflow
pip:
executable: pip3
name: tensorflow

View file

@ -0,0 +1,4 @@
- name: Install VLC
apt:
name: vlc
state: latest

View file

@ -0,0 +1,7 @@
- name: Install xgboost
apt:
name:
- xgboost
- python3-xgboost
state: latest

View file

@ -0,0 +1,4 @@
- name: Install Segger JLink
win_package:
path: https://www.segger.com/downloads/jlink/JLink_Windows_V792d_x86_64.exe
arguments: /S

View file

@ -0,0 +1,4 @@
- name: Install maven
apt:
name: maven
state: latest

View file

@ -0,0 +1,14 @@
- name: Add NodeJS repo key
apt_key:
url: https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key
keyring: /etc/apt/keyrings/nodesource.gpg
- name: Add NodeJS repo url
apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main"
- name: Install NodeJS
apt:
name: nodejs
state: latest

View file

@ -0,0 +1,8 @@
- name: Install pytorch
apt:
name:
- python3-torch
- python3-skorch
- python3-torch-ignite
state: latest

View file

@ -0,0 +1,7 @@
- name: Install python3-scipy, scikit-learn
apt:
name:
- python3-scipy
- python3-sklearn
state: latest

View file

@ -0,0 +1,4 @@
# SiFive je bil nekoc prosto dostopen.
# Sedaj hocejo, da se registriras... da prides do kode
# Potem pa ti ne dajo izvorne kode.
# ucilnice_install/2022-23/ORS_VGRS_Bulic

View file

@ -0,0 +1,6 @@
- name: Install statsmodels
apt:
name:
- python3-statsmodels
state: latest

View file

@ -0,0 +1,4 @@
- name: Install tensorflow
pip:
executable: pip3
name: tensorflow

View file

@ -0,0 +1,7 @@
- name: Install xgboost
apt:
name:
- xgboost
- python3-xgboost
state: latest