spidey121 commited on
Commit
237a97a
·
1 Parent(s): 86252d9

fix round 1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  EXPOSE 7860
10
 
11
- CMD ["python", "inference.py"]
 
8
 
9
  EXPOSE 7860
10
 
11
+ CMD python app.py & python inference.py; wait