David Shavin commited on
Commit
84d6a46
·
1 Parent(s): 612105e

fixing dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9
3
 
4
  # Install system libraries required for OpenCV
5
- RUN apt-get update && apt-get install -y libgl1-mesa-glx
6
 
7
  # Set working directory
8
  WORKDIR /code
 
2
  FROM python:3.9
3
 
4
  # Install system libraries required for OpenCV
5
+ RUN apt-get update && apt-get install -y libgl1
6
 
7
  # Set working directory
8
  WORKDIR /code