KennyOry commited on
Commit
d5a1a4b
·
verified ·
1 Parent(s): 82e8f94

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -25,6 +25,8 @@ RUN apt-get purge -y build-essential \
25
 
26
  COPY . .
27
 
 
 
28
  EXPOSE 7860
29
 
30
  CMD ["python", "app.py"]
 
25
 
26
  COPY . .
27
 
28
+ RUN mkdir -p /tmp/models && chmod 777 /tmp/models
29
+
30
  EXPOSE 7860
31
 
32
  CMD ["python", "app.py"]