OuroborosM commited on
Commit
01ae47e
·
1 Parent(s): e1e4df6

Update Dockerfile

Browse files

Remove lit separate

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY ./requirements.txt /code/requirements.txt
15
 
16
  RUN pip install --no-cache-dir --upgrade pip
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
 
15
 
16
  RUN pip install --no-cache-dir --upgrade pip
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