fix: add missing git to docker for semcache dependency install
This commit is contained in:
parent
c0dc0a10af
commit
c796fd6a47
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ ARG SEMANTIC_CACHE=false
|
|||
ENV HF_HOME=/app/data/hf_cache
|
||||
|
||||
# Install SQLite
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sqlite3 \
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sqlite3 git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue