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