Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,6 @@ RUN git clone https://github.com/kapllan/SmartOpinion.git /app
|
|
| 21 |
|
| 22 |
# Create and set permissions for the logs directory
|
| 23 |
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
|
| 24 |
-
RUN mkdir -p nltk_data && chmod -R 777 nltk_data
|
| 25 |
|
| 26 |
# Set the Hugging Face cache environment variable
|
| 27 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
|
|
|
| 21 |
|
| 22 |
# Create and set permissions for the logs directory
|
| 23 |
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
|
|
|
|
| 24 |
|
| 25 |
# Set the Hugging Face cache environment variable
|
| 26 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|