Palak6106 harshal15122003 commited on
Commit
044affe
·
1 Parent(s): 8501d11

Update Dockerfile (#25)

Browse files

- Update Dockerfile (88eea6c7140d0e92c9af971b736a9881a9eaf231)


Co-authored-by: Harshal Wadne <harshal15122003@users.noreply.huggingface.co>

Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -9,6 +9,4 @@ COPY . .
9
 
10
  EXPOSE 7860
11
 
12
- RUN pip install --no-cache-dir -e .
13
-
14
- CMD ["openenv-server"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "7860"]