Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
libsndfile1 \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
-
# Force rebuild:
|
| 12 |
COPY requirements.txt .
|
| 13 |
|
| 14 |
# Install Python dependencies
|
|
|
|
| 8 |
libsndfile1 \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
+
# Force rebuild: v2 - fix JSON parsing
|
| 12 |
COPY requirements.txt .
|
| 13 |
|
| 14 |
# Install Python dependencies
|