Spaces:
Running
Running
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -24,6 +24,7 @@ apt-get update && apt-get install -y --no-install-recommends \
|
|
24 |
build-essential \
|
25 |
libsndfile-dev \
|
26 |
python3-pip \
|
|
|
27 |
software-properties-common
|
28 |
# nvtop
|
29 |
add-apt-repository ppa:flexiondotorg/nvtop -y
|
|
|
24 |
build-essential \
|
25 |
libsndfile-dev \
|
26 |
python3-pip \
|
27 |
+
python3.12-venv \
|
28 |
software-properties-common
|
29 |
# nvtop
|
30 |
add-apt-repository ppa:flexiondotorg/nvtop -y
|