Martí Umbert commited on
Commit
4fd5a20
·
1 Parent(s): 8f9cb0a

Dockerfile: trying to solve error to install portuadio

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -30,10 +30,12 @@ RUN apt-get update && \
30
  python3-pip \
31
  ffmpeg \
32
  git && \
33
- libportaudio2 && \
34
  rm -rf /var/lib/apt/lists/*
35
 
36
- RUN pip install diart
 
 
37
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
38
 
39
  COPY . .
 
30
  python3-pip \
31
  ffmpeg \
32
  git && \
33
+ portaudio19-dev && \
34
  rm -rf /var/lib/apt/lists/*
35
 
36
+ # RUN apt-get install -y --no-install-recommends libportaudio2
37
+
38
+ RUN pip install diart && sounddevice
39
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
40
 
41
  COPY . .