We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 648fc87 + 15ed38e commit ed59a76Copy full SHA for ed59a76
Dockerfile
@@ -17,7 +17,7 @@ RUN mkdir -p /usr/share/man/man1 && \
17
# Install app requirements first to avoid invalidating the cache
18
COPY requirements.txt setup.py /app/
19
WORKDIR /app
20
-RUN pip install --user -r requirements.txt && \
+RUN pip install --user -r requirements.txt --no-warn-script-location && \
21
pip install --user entmax && \
22
python -c "import nltk; nltk.download('stopwords'); nltk.download('punkt')"
23
0 commit comments