ariansyahdedy commited on
Commit
14a2528
·
verified ·
1 Parent(s): 92ec33b

Update Dockerfile

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