sca255 commited on
Commit
4db8e3f
1 Parent(s): d4631b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@
2
  from python:3.11
3
 
4
  run apt update -y && apt upgrade -y
 
 
5
  copy . .
6
  run git clone https://github.com/rupeshs/fastsdcpu
7
  run export
 
2
  from python:3.11
3
 
4
  run apt update -y && apt upgrade -y
5
+ RUN apt install -y libgl1-mesa-glx
6
+ RUN apt install ffmpeg libsm6 libxext6 libglib2.0-0 -y
7
  copy . .
8
  run git clone https://github.com/rupeshs/fastsdcpu
9
  run export