roll-ai commited on
Commit
17a613b
·
verified ·
1 Parent(s): e15b087

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
31
 
32
  COPY . .
33
 
34
- CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "app.py"]
 
31
 
32
  COPY . .
33
 
34
+ CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "finetune/app.py"]