fix: vision dep

This commit is contained in:
2024-09-12 13:20:48 -07:00
parent a69380acdd
commit f989495458
+1 -1
View File
@@ -50,7 +50,7 @@ PYTORCH_BUILD_VERSION=$(echo "${PYTORCH_BRANCH}" | tr -d "v") python${PYTHON_VER
RUN <<EOF RUN <<EOF
sudo apt-get update sudo apt-get update
sudo apt-get install -y ffmpeg sudo apt-get install -y ffmpeg libjpeg-dev libpng-dev
sudo apt-get clean sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/* sudo rm -rf /var/lib/apt/lists/*
EOF EOF