mirror of
https://github.com/open-webui/pipelines
synced 2025-05-14 01:20:48 +00:00
fix: docker
This commit is contained in:
parent
7f80a928e2
commit
2bb2cba8c0
@ -14,7 +14,7 @@ ENV ENV=prod \
|
|||||||
|
|
||||||
# Install GCC and build tools
|
# Install GCC and build tools
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y gcc build-essential pkg-config libhdf5-dev && \
|
apt-get install -y gcc build-essential pkg-config libhdf5-dev python3-h5py && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user