Commit
·
6f4c525
1
Parent(s):
473890c
resolve entrypoint conflict
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -21,9 +21,6 @@ RUN pip install -r requirements.txt
|
|
21 |
COPY sft.sh /usr/local/bin/sft
|
22 |
RUN chmod +x /usr/local/bin/sft
|
23 |
|
24 |
-
# Optional: set entrypoint to sft
|
25 |
-
ENTRYPOINT ["sft"]
|
26 |
-
|
27 |
# Launch the application
|
28 |
EXPOSE 7860
|
29 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
|
21 |
COPY sft.sh /usr/local/bin/sft
|
22 |
RUN chmod +x /usr/local/bin/sft
|
23 |
|
|
|
|
|
|
|
24 |
# Launch the application
|
25 |
EXPOSE 7860
|
26 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|