pushed
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -35,10 +35,8 @@ USER appuser
|
|
35 |
RUN pip install --no-cache-dir --upgrade pip && \
|
36 |
pip install --no-cache-dir -r requirements.txt
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
RUN mkdir -p $NLTK_DATA && \
|
41 |
-
python -m nltk.downloader -d $NLTK_DATA all
|
42 |
|
43 |
# Expose the application port
|
44 |
EXPOSE 7860
|
|
|
35 |
RUN pip install --no-cache-dir --upgrade pip && \
|
36 |
pip install --no-cache-dir -r requirements.txt
|
37 |
|
38 |
+
|
39 |
+
|
|
|
|
|
40 |
|
41 |
# Expose the application port
|
42 |
EXPOSE 7860
|