hbofficial-1005 commited on
Commit
cae5210
·
1 Parent(s): 9756ad2

Update app and docker file

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv/
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
10
- CMD ["python", "app.py"]
 
7
 
8
  COPY . .
9
 
10
+ CMD ["bash", "-c", "python train.py && python app.py"]