jbilcke-hf HF Staff commited on
Commit
5a72d18
·
verified ·
1 Parent(s): 9f408fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \