huynhkimthien commited on
Commit
fe7b92e
·
verified ·
1 Parent(s): d1543fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
-
8
  COPY . .
9
 
10
  EXPOSE 7860
 
4
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
+ RUN pip install python-multipart
8
  COPY . .
9
 
10
  EXPOSE 7860