Yondika Vio Landa commited on
Commit
5d68174
·
1 Parent(s): 60d43cf

update for hf

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
  COPY . /code
9
 
10
  EXPOSE 7860
11
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
8
  COPY . /code
9
 
10
  EXPOSE 7860
11
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]