Tonycrux commited on
Commit
7396e57
·
verified ·
1 Parent(s): 6763452

Update Dockerfile

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