Spaces:
Runtime error
Runtime error
Commit
·
dbf7f95
1
Parent(s):
c0c28bf
update playsound
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -17,6 +17,9 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
17 |
|
18 |
RUN pip install --no-cache-dir lit
|
19 |
|
|
|
|
|
|
|
20 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
21 |
|
22 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
|
|
17 |
|
18 |
RUN pip install --no-cache-dir lit
|
19 |
|
20 |
+
# Install playsound separately with the --no-build-isolation flag
|
21 |
+
RUN pip install --no-cache-dir --no-build-isolation playsound
|
22 |
+
|
23 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
24 |
|
25 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|