Skip to content

Commit 86a3c18

Browse files
Update setup_deb.sh (#238)
1 parent ae8c828 commit 86a3c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
log "Installing system dependencies ..."
4747
sleep 1
4848
apt-get update -y
49-
apt-get install -y python3 python3-pip build-essential ffmpeg libsm6 libxext6 wget git unzip numactl
49+
apt-get install -y python3 python3-pip build-essential ffmpeg libsm6 libxext6 wget git unzip numactl libhdf5-dev
5050
PYTHON_VERSION=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[0:2])))')
5151
PYTHON_DEV_SEARCH=$(apt-cache search --names-only "python${PYTHON_VERSION}-dev")
5252
if [[ -n "$PYTHON_DEV_SEARCH" ]]; then

0 commit comments

Comments
 (0)