PetrosStav commited on
Commit
fb7d6ea
·
verified ·
1 Parent(s): a153a20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /temp
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