Justkushere commited on
Commit
c65f871
·
verified ·
1 Parent(s): c563430

Upload 2 files

Browse files

Updated requirements.txt and DockerFile

Files changed (2) hide show
  1. DockerFile +1 -1
  2. requirements.txt +0 -0
DockerFile CHANGED
@@ -13,4 +13,4 @@ COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
+ CMD ["python", "app.py"]
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ