roll-ai commited on
Commit
f354c49
·
verified ·
1 Parent(s): 443efba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,4 +44,4 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
44
  # Copy rest of code
45
  COPY . .
46
 
47
- CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "finetune/app.py"]
 
44
  # Copy rest of code
45
  COPY . .
46
 
47
+ CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "finetune/gradio_app.py"]