Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -15,12 +15,10 @@ RUN apt-get update && apt-get install -y \
|
|
15 |
|
16 |
RUN apt-get install -y --no-install-recommends \
|
17 |
libgl1 \
|
18 |
-
|
19 |
-
libgl1-mesa-glx \
|
20 |
&& rm -rf /var/lib/apt/lists/*
|
21 |
|
22 |
|
23 |
-
|
24 |
COPY ./requirements.txt .
|
25 |
RUN pip install --no-cache -r requirements.txt
|
26 |
|
|
|
15 |
|
16 |
RUN apt-get install -y --no-install-recommends \
|
17 |
libgl1 \
|
18 |
+
libglx-mesa0 \
|
|
|
19 |
&& rm -rf /var/lib/apt/lists/*
|
20 |
|
21 |
|
|
|
22 |
COPY ./requirements.txt .
|
23 |
RUN pip install --no-cache -r requirements.txt
|
24 |
|