| # 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:202401160008 | |
| WORKDIR /code | |
| COPY . . | |
| #CMD ["/usr/bin/bash"] | |
| ENTRYPOINT ["/bin/bash"] | |