cwenger cqptain commited on
Commit
bdccad7
·
verified ·
1 Parent(s): 3e73349

Update Dockerfile (#1)

Browse files

- Update Dockerfile (774eb6d051d01c11cf025581b3d8c00b78e53d12)


Co-authored-by: Levi Wenger <[email protected]>

Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,4 +9,5 @@ RUN pip install --no-cache-dir pip==22.3.1 && pip install --no-cache-dir datas
9
  RUN pip freeze > /tmp/freeze.txt
10
  RUN pip install --no-cache-dir gradio[oauth]==4.38.1 "uvicorn>=0.14.0" spaces
11
  COPY --link --chown=1000 ./ /home/user/app
12
- COPY --from=pipfreeze --link --chown=1000 /tmp/freeze.txt /tmp/freeze.txt
 
 
9
  RUN pip freeze > /tmp/freeze.txt
10
  RUN pip install --no-cache-dir gradio[oauth]==4.38.1 "uvicorn>=0.14.0" spaces
11
  COPY --link --chown=1000 ./ /home/user/app
12
+ COPY --from=pipfreeze --link --chown=1000 /tmp/freeze.txt /tmp/freeze.txt
13
+ CMD ["python", "app.py"]