innofacisteven commited on
Commit
afcfe98
·
verified ·
1 Parent(s): ad3de45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -4,7 +4,9 @@ FROM ghcr.io/hkuds/lightrag:latest
4
  USER root
5
 
6
  RUN apt-get update && apt-get install -y --no-install-recommends \
7
- curl ca-certificates \
 
 
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  # 安裝 Ollama(官方安裝腳本)
 
4
  USER root
5
 
6
  RUN apt-get update && apt-get install -y --no-install-recommends \
7
+ curl \
8
+ ca-certificates \
9
+ zstd \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # 安裝 Ollama(官方安裝腳本)