Spaces:
Runtime error
Runtime error
Commit
·
728baea
1
Parent(s):
3d3da48
remove playsound
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
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 |
|
|
|
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 |
|