Spaces:
Sleeping
Sleeping
Mieszko Makuch Claude commited on
Commit ·
febbe42
1
Parent(s): 0d38909
Trigger deployment: Update Space metadata and add build comments
Browse files- Updated Space title and emoji for better clarity
- Added descriptive comments to Dockerfile
- Changed short description to be more informative
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Dockerfile +2 -1
- README.md +3 -3
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
# Use the official pre-built LibreChat image
|
|
|
|
| 2 |
FROM ghcr.io/danny-avila/librechat-dev:latest
|
| 3 |
|
| 4 |
# Switch to root to create directories and set permissions
|
|
|
|
| 1 |
+
# Use the official pre-built LibreChat image to avoid memory issues
|
| 2 |
+
# Image: ghcr.io/danny-avila/librechat-dev:latest
|
| 3 |
FROM ghcr.io/danny-avila/librechat-dev:latest
|
| 4 |
|
| 5 |
# Switch to root to create directories and set permissions
|
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: pink
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
short_description:
|
| 9 |
---
|
| 10 |
|
| 11 |
# LibreChat on Hugging Face Spaces
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LibreChat Docker
|
| 3 |
+
emoji: 💬
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: pink
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
short_description: LibreChat - Multi-model AI chat interface
|
| 9 |
---
|
| 10 |
|
| 11 |
# LibreChat on Hugging Face Spaces
|