hardiktiwari commited on
Commit
9ca8910
·
verified ·
1 Parent(s): 6d50791

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -81,4 +81,4 @@ RUN pip install -e . && \
81
  pip install -U deepspeed && \
82
  pip install --upgrade --force-reinstall --no-cache-dir "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git" --no-deps && \
83
  pip cache purge
84
- CMD ["conda", "run", "--no-capture-output", "-p", "/app/env", "autotrain", "ui"]
 
81
  pip install -U deepspeed && \
82
  pip install --upgrade --force-reinstall --no-cache-dir "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git" --no-deps && \
83
  pip cache purge
84
+ CMD ["conda", "run", "--no-capture-output", "-p", "/app/env", "autotrain", "app", "--host", "0.0.0.0", "--port", "7860"]