mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-30 04:24:43 +00:00
move dockerfile rm to 97
This commit is contained in:
+1
-1
@@ -94,10 +94,10 @@ EOF
|
|||||||
rm ./*.deb
|
rm ./*.deb
|
||||||
$STD apt-mark hold libigdgmm12
|
$STD apt-mark hold libigdgmm12
|
||||||
dpkg-query -W -f='${Version}\n' intel-opencl-icd >~/.intel_version
|
dpkg-query -W -f='${Version}\n' intel-opencl-icd >~/.intel_version
|
||||||
|
rm -f ./Dockerfile
|
||||||
msg_ok "Updated Intel OpenVINO dependencies"
|
msg_ok "Updated Intel OpenVINO dependencies"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
rm -f ./Dockerfile
|
|
||||||
if [[ -f ~/.immich_library_revisions ]]; then
|
if [[ -f ~/.immich_library_revisions ]]; then
|
||||||
libraries=("libjxl" "libheif" "libraw" "imagemagick" "libvips")
|
libraries=("libjxl" "libheif" "libraw" "imagemagick" "libvips")
|
||||||
cd "$BASE_DIR"
|
cd "$BASE_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user