File size: 207 Bytes
16f428a
 
866eb57
1e22bae
16f428a
 
 
 
 
 
1e22bae
1
2
3
4
5
6
7
8
9
10
11
# 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"]