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