abhisheksan commited on
Commit
c63e297
·
1 Parent(s): a7a16db

Add python-multipart to dependencies in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY requirements.txt .
15
  ENV HF_HOME="/tmp/lexalyze-cache"
16
 
17
  # Install Python dependencies
18
- RUN pip install --no-cache-dir -r requirements.txt
19
  RUN mkdir -m 777 /tmp/lexalyze-cache
20
  RUN chmod 777 /app
21
  RUN mkdir -m 777 /nltk_data
 
15
  ENV HF_HOME="/tmp/lexalyze-cache"
16
 
17
  # Install Python dependencies
18
+ RUN pip install --no-cache-dir -r requirements.txt python-multipart
19
  RUN mkdir -m 777 /tmp/lexalyze-cache
20
  RUN chmod 777 /app
21
  RUN mkdir -m 777 /nltk_data