Camil Ziane commited on
Commit
eee8990
1 Parent(s): 930e1be
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install --upgrade pip # enable PEP 660 support
18
  RUN pip install -e .
19
  COPY --chown=user TinyLLaVA_Factory/ /app
20
 
21
- CMD ["python", "-m", "tinyllava.serve.app", "--model-path", "./tiny-llava-OpenELM-270M-Instruct-aimv2-large-patch14-224-distilled-elm_lora-finetune", "--port", "7860", "--device", "cpu"]
 
18
  RUN pip install -e .
19
  COPY --chown=user TinyLLaVA_Factory/ /app
20
 
21
+ CMD ["python", "-m", "tinyllava.serve.app", "--model-path", "./tiny-llava-OpenELM-270M-Instruct-aimv2-large-patch14-224-distilled-elm_lora-finetune", "--port", "7860", "--host", "0.0.0.0" ,"--device", "cpu"]