rsortino commited on
Commit
96e9ac4
·
verified ·
1 Parent(s): 8ceed45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
9
 
10
  WORKDIR /app
11
 
12
- RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
13
 
14
  COPY --chown=user ./requirements.txt requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
9
 
10
  WORKDIR /app
11
 
12
+ RUN apt-get update && apt-get install libgl1 -y
13
 
14
  COPY --chown=user ./requirements.txt requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r requirements.txt