yangtb24 commited on
Commit
902ed7e
·
verified ·
1 Parent(s): 6343d4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
 
 
10
  EXPOSE 7860
11
 
12
  CMD ["python", "app.py"]
 
7
 
8
  COPY . .
9
 
10
+ RUN mkdir -p /code/data
11
+
12
  EXPOSE 7860
13
 
14
  CMD ["python", "app.py"]