Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -26,6 +26,9 @@ RUN mkdir -p /app/logs && chmod -R 777 /app/logs
|
|
26 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
27 |
ENV TRANSFORMERS_CACHE=/app/cache
|
28 |
|
|
|
|
|
|
|
29 |
# Set the working directory in the container
|
30 |
WORKDIR /app
|
31 |
|
|
|
26 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
27 |
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
|
34 |
|