Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
|
|
7 |
curl \
|
8 |
software-properties-common \
|
9 |
git \
|
|
|
|
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
COPY requirements.txt ./
|
|
|
7 |
curl \
|
8 |
software-properties-common \
|
9 |
git \
|
10 |
+
libgl1 \
|
11 |
+
libgl1-mesa-glx \
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
COPY requirements.txt ./
|