Spaces:
Paused
Paused
Commit ·
aa27ed1
1
Parent(s): 17426b7
chore: Install mem0 for handling memory
Browse files- Dockerfile +1 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
|
@@ -81,7 +81,7 @@ RUN echo "[build] Installing Python deps..." && START=$(date +%s) \
|
|
| 81 |
&& cd /opt/hermes \
|
| 82 |
&& UV_CACHE_DIR=/tmp/uv-cache uv venv \
|
| 83 |
&& UV_CACHE_DIR=/tmp/uv-cache uv pip install --no-cache-dir -e ".[all]" \
|
| 84 |
-
&& UV_CACHE_DIR=/tmp/uv-cache uv pip install --no-cache-dir huggingface_hub requests pyyaml \
|
| 85 |
&& rm -rf /tmp/uv-cache \
|
| 86 |
&& echo "[build] Python deps: $(($(date +%s) - START))s"
|
| 87 |
|
|
|
|
| 81 |
&& cd /opt/hermes \
|
| 82 |
&& UV_CACHE_DIR=/tmp/uv-cache uv venv \
|
| 83 |
&& UV_CACHE_DIR=/tmp/uv-cache uv pip install --no-cache-dir -e ".[all]" \
|
| 84 |
+
&& UV_CACHE_DIR=/tmp/uv-cache uv pip install --no-cache-dir huggingface_hub requests pyyaml "mem0ai>=2.0.10,<3" \
|
| 85 |
&& rm -rf /tmp/uv-cache \
|
| 86 |
&& echo "[build] Python deps: $(($(date +%s) - START))s"
|
| 87 |
|
requirements.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
huggingface_hub>=0.24.5
|
|
|
|
|
|
| 1 |
huggingface_hub>=0.24.5
|
| 2 |
+
mem0ai>=2.0.10
|