Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed May 31, 2024
1 parent 7f80a92 commit 2bb2cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
apt-get install -y gcc build-essential pkg-config libhdf5-dev python3-h5py && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2bb2cba

Please sign in to comment.