Spaces:
Running
Running
Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|