qywok commited on
Commit
3285b97
·
verified ·
1 Parent(s): 3ecbbca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -51,7 +51,7 @@ RUN cd /app/restful/cutils && \
51
  # done && \
52
  # ls models
53
 
54
- RUN apt update && apt install -y git-lfs && git lfs install
55
 
56
  RUN git clone https://huggingface.co/datasets/qywok/indonesia_stocks && \
57
  ls && ls indonesia_stocks
@@ -68,6 +68,4 @@ RUN mkdir models && \
68
  ls -lh models
69
 
70
 
71
-
72
-
73
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--workers", "10", "--port", "7860"]
 
51
  # done && \
52
  # ls models
53
 
54
+ RUN apt install -y git-lfs && git lfs install
55
 
56
  RUN git clone https://huggingface.co/datasets/qywok/indonesia_stocks && \
57
  ls && ls indonesia_stocks
 
68
  ls -lh models
69
 
70
 
71
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--workers", "5", "--port", "7860"]