tentative fix son

This commit is contained in:
Quentin Roussel
2023-03-23 19:03:23 +01:00
parent 0af05fb361
commit f978ed0a8b
7 changed files with 3 additions and 174 deletions

View File

@@ -12,7 +12,6 @@ RUN apt-get install ffmpeg libsm6 libxext6 portaudio19-dev python3-pyaudio pulse
# Installation des dépendances python
COPY requirements.txt .
RUN python -m pip install -r requirements.txt
# Création du répertoire de travail
WORKDIR /app
COPY . /app