Spaces:
Runtime error
Runtime error
ScamDetect Bot commited on
Commit ·
4304a38
1
Parent(s): 7a627ec
Auto-sync backend and fix configuration
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.12-slim
|
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
build-essential \
|
| 7 |
libglib2.0-0 \
|
| 8 |
-
libgl1
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
# Hugging Face Spaces strictly requires applications to run as a non-root user (UID 1000)
|
|
|
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
build-essential \
|
| 7 |
libglib2.0-0 \
|
| 8 |
+
libgl1 \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
# Hugging Face Spaces strictly requires applications to run as a non-root user (UID 1000)
|