llm / Dockerfile
ming512's picture
Update Dockerfile
762ea86 verified
raw
history blame contribute delete
249 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:202401160008
WORKDIR /code
COPY . .
#CMD ["/usr/bin/bash"]
ENTRYPOINT ["/bin/bash"]