Spaces:
Sleeping
Sleeping
Ashwin V. Mohanan
commited on
Commit
·
955dabc
1
Parent(s):
38d8a7c
Missing slash
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
28 |
ffmpeg \
|
29 |
libsm6 \
|
30 |
libxext6 \
|
31 |
-
libgl1
|
32 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
33 |
|
34 |
# Install `uv`
|
|
|
28 |
ffmpeg \
|
29 |
libsm6 \
|
30 |
libxext6 \
|
31 |
+
libgl1 \
|
32 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
33 |
|
34 |
# Install `uv`
|