sob111 commited on
Commit
0819d82
·
verified ·
1 Parent(s): 9ace052

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \