llm / Dockerfile
Ming li
changed custom docker image
1e22bae
raw
history blame
No virus
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"]