Spaces:
Sleeping
Sleeping
Junathan Richie commited on
Commit ·
e1386b5
1
Parent(s): 17e8367
fix: libgl depedencies issue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 6 |
ffmpeg \
|
| 7 |
libsm6 \
|
| 8 |
libxext6 \
|
| 9 |
-
&& apt-get purge -y --auto-remove nvidia-common \
|
| 10 |
&& rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
RUN useradd -m -u 1000 user
|
|
|
|
| 6 |
ffmpeg \
|
| 7 |
libsm6 \
|
| 8 |
libxext6 \
|
| 9 |
+
# && apt-get purge -y --auto-remove nvidia-common \
|
| 10 |
&& rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
RUN useradd -m -u 1000 user
|