This commit is contained in:
ai-dev 2025-01-16 01:15:50 +01:00
parent 7750c459ca
commit 37bf8d6a79

View File

@ -17,7 +17,7 @@ ARG BUILD_VERSION
COPY rootfs / COPY rootfs /
# Install necessary dependencies # Install necessary dependencies
RUN apk add --no-cache gcc g++ make musl-dev linux-headers git python3 py3-pip curl RUN apk add --no-cache gcc g++ make musl-dev linux-headers hdf5 hdf5-dev cython libffi-dev openssl-dev git python3 py3-pip curl
# Set the working directory # Set the working directory
WORKDIR /freq WORKDIR /freq