Docker deployment: fix dockerfile
This commit is contained in:
@@ -28,4 +28,4 @@ ADD . /app
|
||||
RUN pip install --no-cache-dir -e . \
|
||||
&& pip install --no-cache-dir -r $requirements
|
||||
|
||||
RUN python -c "import nltk; nltk.download('punkt')"
|
||||
RUN python3 -c "import nltk; nltk.download('punkt')"
|
||||
|
||||
Reference in New Issue
Block a user