ikechan8370 commited on
Commit
ef21b85
1 Parent(s): 03aa968

fix: library

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
- RUN apt-get update && apt-get install libgl1 -y
8
 
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10
 
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y -y
8
 
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10