71b37d3079
`subprocess.run(["wget", "-O", model_filename, model_url], check=True)` breaks the server because wget is not installed
4 lines
61 B
Bash
4 lines
61 B
Bash
#! /bin/bash
|
|
|
|
apt-get install portaudio19-dev ffmpeg wget -y
|