Spaces:
Running
Running
Z User commited on
Commit ·
22c76cb
1
Parent(s): 272cc2c
bump: update hermes-web-ui to v0.5.1
Browse filesForce Docker cache invalidation for git clone layer to pull latest WebUI code
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -52,7 +52,7 @@ RUN mkdir -p /usr/share/fonts/truetype/noto && \
|
|
| 52 |
-o /usr/share/fonts/truetype/noto/NotoSansSC-Bold.otf && \
|
| 53 |
fc-cache -f
|
| 54 |
|
| 55 |
-
# Build hermes-web-ui (
|
| 56 |
RUN git clone --depth 1 https://github.com/EKKOLearnAI/hermes-web-ui.git /tmp/hermes-web-ui && \
|
| 57 |
cd /tmp/hermes-web-ui && \
|
| 58 |
npm install --ignore-scripts 2>&1 | tail -5 && \
|
|
|
|
| 52 |
-o /usr/share/fonts/truetype/noto/NotoSansSC-Bold.otf && \
|
| 53 |
fc-cache -f
|
| 54 |
|
| 55 |
+
# Build hermes-web-ui v0.5.1 (latest from main branch)
|
| 56 |
RUN git clone --depth 1 https://github.com/EKKOLearnAI/hermes-web-ui.git /tmp/hermes-web-ui && \
|
| 57 |
cd /tmp/hermes-web-ui && \
|
| 58 |
npm install --ignore-scripts 2>&1 | tail -5 && \
|