ming512 commited on
Commit
4113662
·
verified ·
1 Parent(s): 16f428a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -11,8 +11,9 @@ WORKDIR /code
11
  #
12
 
13
  #RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
- RUN python launchUI.py
15
 
16
  COPY . .
17
 
18
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
 
11
  #
12
 
13
  #RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
+ #RUN python launchUI.py
15
 
16
  COPY . .
17
 
18
+ #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
19
+ CMD [“python”, “./main.py”]