Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ming512
/
llm
like
0
Runtime error
App
Files
Files
Community
1e22bae
llm
/
Dockerfile
Ming li
changed custom docker image
1e22bae
12 months ago
raw
Copy download link
history
blame
Safe
207 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
[
"bash"
]