Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 17 |
git wget ffmpeg libsndfile1 unzip build-essential \
|
| 18 |
&& rm -rf /var/lib/apt/lists/*
|
| 19 |
|
|
|
|
|
|
|
| 20 |
# Instalar dependencias Python
|
| 21 |
COPY requirements.txt .
|
| 22 |
RUN pip install --upgrade pip \
|
|
|
|
| 17 |
git wget ffmpeg libsndfile1 unzip build-essential \
|
| 18 |
&& rm -rf /var/lib/apt/lists/*
|
| 19 |
|
| 20 |
+
RUN pip uninstall -y hf_transfer || true
|
| 21 |
+
|
| 22 |
# Instalar dependencias Python
|
| 23 |
COPY requirements.txt .
|
| 24 |
RUN pip install --upgrade pip \
|