llm / Dockerfile
ming512's picture
Update Dockerfile
b846c31 verified
raw
history blame
243 Bytes
# 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"]