Martí Umbert
commited on
Commit
·
0c47b59
1
Parent(s):
4fd5a20
Dockerfile: bugfix
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -29,11 +29,12 @@ RUN apt-get update && \
|
|
29 |
python3 \
|
30 |
python3-pip \
|
31 |
ffmpeg \
|
32 |
-
git
|
33 |
-
|
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
|
|
|
29 |
python3 \
|
30 |
python3-pip \
|
31 |
ffmpeg \
|
32 |
+
git \
|
33 |
+
libportaudio2 \
|
34 |
rm -rf /var/lib/apt/lists/*
|
35 |
|
36 |
# RUN apt-get install -y --no-install-recommends libportaudio2
|
37 |
+
# portaudio19-dev
|
38 |
|
39 |
RUN pip install diart && sounddevice
|
40 |
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|