Palak6106 harshal15122003 commited on
Commit
b51be77
·
1 Parent(s): 9fcc8c8

Update Dockerfile (#20)

Browse files

- Update Dockerfile (8be16a3b1ba30a2d4e31fbacba81d0503624f28b)


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

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