mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 21:28:00 +00:00
Add dependencies to build lxml successfully (#5288)
This commit is contained in:
parent
fd25106c88
commit
ad6072728d
@ -10,7 +10,9 @@ ARG haystack_extras
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
git
|
||||
git \
|
||||
libxml2-dev \
|
||||
libxslt1-dev
|
||||
|
||||
# Shallow clone Haystack repo, we'll install from the local sources
|
||||
RUN git clone --depth=1 --branch=${haystack_version} https://github.com/deepset-ai/haystack.git /opt/haystack
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user