abedgemma commited on
Commit
51528bc
·
verified ·
1 Parent(s): 524ac6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -192,7 +192,8 @@ RUN pip install --no-cache-dir \
192
  "youtube-transcript-api==0.6.3" \
193
  "aiohttp==3.11.18" \
194
  "huggingface_hub==0.31.4" \
195
- "hf_transfer==0.1.9"
 
196
 
197
  WORKDIR /app
198
  COPY app.py /app/app.py
 
192
  "youtube-transcript-api==0.6.3" \
193
  "aiohttp==3.11.18" \
194
  "huggingface_hub==0.31.4" \
195
+ "hf_transfer==0.1.9" \
196
+ "python-multipart==0.0.20"
197
 
198
  WORKDIR /app
199
  COPY app.py /app/app.py