Averonmohit commited on
Commit
5809caf
·
verified ·
1 Parent(s): 50a3d75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,3 +7,5 @@ COPY --chown=user ./requirements.txt /app/requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
8
  COPY --chown=user . /app
9
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
 
7
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
8
  COPY --chown=user . /app
9
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
10
+
11
+ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt