Spaces:
Sleeping
Sleeping
DEBUG: nltk
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -16,8 +16,6 @@ RUN apt-get install -y \
|
|
16 |
libxext6 \
|
17 |
&& apt-get clean \
|
18 |
&& rm -rf /var/lib/apt/lists/*
|
19 |
-
|
20 |
-
RUN mkdir -p /app/nltk_data && chmod -R 777 /app/nltk_data
|
21 |
|
22 |
RUN pip install --no-cache-dir -r requirements.txt
|
23 |
|
|
|
16 |
libxext6 \
|
17 |
&& apt-get clean \
|
18 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
|
19 |
|
20 |
RUN pip install --no-cache-dir -r requirements.txt
|
21 |
|