OuroborosM commited on
Commit
728baea
·
1 Parent(s): 3d3da48

remove playsound

Browse files
Files changed (1) hide show
  1. 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