chmielvu commited on
Commit
b264e28
·
verified ·
1 Parent(s): bf596f9

add python-multipart for form/file uploads

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5
  && rm -rf /var/lib/apt/lists/*
6
 
7
  RUN pip install --no-cache-dir \
8
- fastapi uvicorn pydantic \
9
  numpy pandas scipy networkx scikit-learn \
10
  transformers \
11
  matplotlib pillow requests beautifulsoup4
 
5
  && rm -rf /var/lib/apt/lists/*
6
 
7
  RUN pip install --no-cache-dir \
8
+ fastapi uvicorn pydantic python-multipart \
9
  numpy pandas scipy networkx scikit-learn \
10
  transformers \
11
  matplotlib pillow requests beautifulsoup4