Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -31,6 +31,8 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
31 |
# if the next line does not work, we can also try this: libegl1-mesa-dev
|
32 |
libegl1 \
|
33 |
libgles2 \
|
|
|
|
|
34 |
build-essential \
|
35 |
libsndfile-dev \
|
36 |
software-properties-common \
|
|
|
31 |
# if the next line does not work, we can also try this: libegl1-mesa-dev
|
32 |
libegl1 \
|
33 |
libgles2 \
|
34 |
+
libcusparse \
|
35 |
+
libcusparse-dev \
|
36 |
build-essential \
|
37 |
libsndfile-dev \
|
38 |
software-properties-common \
|