Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -28,6 +28,7 @@ ENV TRANSFORMERS_CACHE=/app/cache
|
|
28 |
|
29 |
RUN chmod -R 777 /app/models
|
30 |
RUN chmod -R 777 /app/data
|
|
|
31 |
|
32 |
# Set the working directory in the container
|
33 |
WORKDIR /app
|
|
|
28 |
|
29 |
RUN chmod -R 777 /app/models
|
30 |
RUN chmod -R 777 /app/data
|
31 |
+
RUN chmod -R 777 /nltk_data
|
32 |
|
33 |
# Set the working directory in the container
|
34 |
WORKDIR /app
|