Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LibreChat/LibreChat
qitongwei
/
xiaowei
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f704c1c
xiaowei
/
Dockerfile
Marco Beretta
clean the repo and added auto update
f704c1c
over 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
FROM
ghcr.io/danny-avila/librechat:latest
# Create the /.config directory and set permissions
RUN
chmod
-R 777 ./data
CMD
[
"npm"
,
"run"
,
"backend"
]