llm / Dockerfile
ming512's picture
Update Dockerfile
762ea86 verified
# 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"]