Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LibreChat/LibreChat
wuran
/
LibreChat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f704c1c
LibreChat
/
Dockerfile
Marco Beretta
clean the repo and added auto update
f704c1c
about 2 years 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"
]