Neon-AI commited on
Commit
dd360ab
·
verified ·
1 Parent(s): f5aefe7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY requirements.txt .
20
  COPY app.py .
21
 
22
  # Install Python dependencies
23
- RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  # Expose port
26
  EXPOSE 7860
 
20
  COPY app.py .
21
 
22
  # Install Python dependencies
23
+ RUN pip install --no-cache-dir python-multipart -r requirements.txt
24
 
25
  # Expose port
26
  EXPOSE 7860