# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker | |
# you will also find guides on how best to write your Dockerfile | |
FROM mingli512/ming_chatdev:latest | |
WORKDIR /code | |
COPY . . | |
#CMD ["/usr/bin/bash"] | |
ENTRYPOINT ["/bin/bash"] | |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker | |
# you will also find guides on how best to write your Dockerfile | |
FROM mingli512/ming_chatdev:latest | |
WORKDIR /code | |
COPY . . | |
#CMD ["/usr/bin/bash"] | |
ENTRYPOINT ["/bin/bash"] | |