Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM intelligencenoborders/scinobo-citance-analysis:v0.1.0
|
|
2 |
|
3 |
# Give permissions
|
4 |
RUN chmod -R 777 /app
|
5 |
-
RUN chmod -R 777 /
|
6 |
|
7 |
# Set environment variable for the transformers cache directory
|
8 |
ENV TRANSFORMERS_CACHE=/tmp/models_cache
|
|
|
2 |
|
3 |
# Give permissions
|
4 |
RUN chmod -R 777 /app
|
5 |
+
RUN chmod -R 777 /tmp
|
6 |
|
7 |
# Set environment variable for the transformers cache directory
|
8 |
ENV TRANSFORMERS_CACHE=/tmp/models_cache
|