Update Dockerfile

This commit is contained in:
Timothy J. Baek 2024-05-30 20:03:13 -07:00
parent c68701da4b
commit 3bc0f318f8

View File

@ -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 python3-h5py && \ apt-get install -y gcc build-essential && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*