File size: 249 Bytes
16f428a 866eb57 762ea86 16f428a b846c31 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# 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"]
|