# 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 ["bash"]