Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 18, 2024
1 parent d18a8ee commit 84842c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ install_lxc_autoscale_ml() {
log "INFO" "Installing LXC AutoScale ML..."

# Install needed packages
apt install python3-simplejson python3-yaml python3-psutil -y
apt install python3-flask python3-requests python3-simplejson python3-yaml python3-psutil python3-pandas python3-numpy python3-sklearn python3-joblib -y

# Download and execute installation scripts
curl -sSL -o /usr/local/bin/install_api.sh https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/lxc_autoscale_ml/install_api.sh
Expand Down

0 comments on commit 84842c0

Please sign in to comment.