Skip to content

Commit 271cde2

Browse files
committed
pin intel compute-runtime package
1 parent 62b5652 commit 271cde2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ct/immich.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function update_script() {
4747
done
4848
$STD apt install -y ./*.deb
4949
rm ./*.deb
50+
$STD apt-mark hold libigdgmm12
5051
msg_ok "Intel iGPU dependencies updated"
5152
fi
5253
rm ~/Dockerfile

install/immich-install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
103103
curl -fsSLO https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/intel-opencl-icd_24.31.30508.7_amd64.deb
104104
curl -fsSLO https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/libigdgmm12_22.4.1_amd64.deb
105105
$STD apt install -y ./*.deb
106+
$STD apt-mark hold libigdgmm12
106107
$STD popd
107108
rm -rf "$tmp_dir"
108109
dpkg -l | grep "intel-opencl-icd" | awk '{print $3}' >~/.intel_version
@@ -137,9 +138,6 @@ $STD sudo -u postgres psql -c "ALTER USER $DB_USER WITH SUPERUSER;"
137138
} >>~/"$APPLICATION".creds
138139
msg_ok "Set up Postgresql Database"
139140

140-
# $STD sudo -u postgres psql -c "ALTER DATABASE postgres REFRESH COLLATION VERSION;"
141-
# $STD sudo -u postgres psql -c "ALTER DATABASE $DB_NAME REFRESH COLLATION VERSION;"
142-
143141
msg_info "Compiling Custom Photo-processing Library (extreme patience)"
144142
LD_LIBRARY_PATH=/usr/local/lib
145143
export LD_RUN_PATH=/usr/local/lib

0 commit comments

Comments
 (0)