jinkedon commited on
Commit
b2dec70
·
verified ·
1 Parent(s): 25b0876

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  # Install system dependencies
6
  RUN apt-get update && apt-get install -y \
7
- libgl1-mesa-glx \
8
  libglib2.0-0 \
9
  && rm -rf /var/lib/apt/lists/*
10
 
@@ -20,3 +20,4 @@ EXPOSE 7860
20
 
21
  # Run the application
22
  CMD ["python", "app.py"]
 
 
4
 
5
  # Install system dependencies
6
  RUN apt-get update && apt-get install -y \
7
+ libgl1 \
8
  libglib2.0-0 \
9
  && rm -rf /var/lib/apt/lists/*
10
 
 
20
 
21
  # Run the application
22
  CMD ["python", "app.py"]
23
+