We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648fc87 commit 15ed38eCopy full SHA for 15ed38e
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