Spaces:
Paused
Paused
Commit
·
586e73d
1
Parent(s):
f91cad5
Modified Dockerfile
Browse files- Dockerfile +8 -8
Dockerfile
CHANGED
|
@@ -10,14 +10,14 @@ ARG HF_TOKEN
|
|
| 10 |
ENV HF_TOKEN=${HF_TOKEN}
|
| 11 |
|
| 12 |
# Install necessary system dependencies
|
| 13 |
-
RUN apt-get update && apt-get install -y \
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
|
| 22 |
# Create writable directories for output and cache
|
| 23 |
RUN mkdir -p /app/output /tmp/huggingface_cache /tmp/transformers_cache /tmp/matplotlib_cache \
|
|
|
|
| 10 |
ENV HF_TOKEN=${HF_TOKEN}
|
| 11 |
|
| 12 |
# Install necessary system dependencies
|
| 13 |
+
# RUN apt-get update && apt-get install -y \
|
| 14 |
+
# libsystemd-dev \
|
| 15 |
+
# libdbus-1-dev \
|
| 16 |
+
# libgirepository1.0-dev \
|
| 17 |
+
# libcairo2-dev \
|
| 18 |
+
# python3-dev \
|
| 19 |
+
# fontconfig \
|
| 20 |
+
# && rm -rf /var/lib/apt/lists/*
|
| 21 |
|
| 22 |
# Create writable directories for output and cache
|
| 23 |
RUN mkdir -p /app/output /tmp/huggingface_cache /tmp/transformers_cache /tmp/matplotlib_cache \
|