silaseic commited on
Commit
1c704a5
1 Parent(s): 105dec4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -3,6 +3,9 @@
3
 
4
  FROM python:3.9
5
 
 
 
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
 
3
 
4
  FROM python:3.9
5
 
6
+ # Install libgl1-mesa-glx
7
+ RUN apt-get update && apt-get install -y libgl1-mesa-glx
8
+
9
  WORKDIR /code
10
 
11
  COPY ./requirements.txt /code/requirements.txt