We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8c828 commit 86a3c18Copy full SHA for 86a3c18
setup_deb.sh
@@ -46,7 +46,7 @@ fi
46
log "Installing system dependencies ..."
47
sleep 1
48
apt-get update -y
49
-apt-get install -y python3 python3-pip build-essential ffmpeg libsm6 libxext6 wget git unzip numactl
+apt-get install -y python3 python3-pip build-essential ffmpeg libsm6 libxext6 wget git unzip numactl libhdf5-dev
50
PYTHON_VERSION=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[0:2])))')
51
PYTHON_DEV_SEARCH=$(apt-cache search --names-only "python${PYTHON_VERSION}-dev")
52
if [[ -n "$PYTHON_DEV_SEARCH" ]]; then
0 commit comments