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 5773459 commit 2ea372fCopy full SHA for 2ea372f
ct/immich.sh
@@ -30,6 +30,7 @@ function update_script() {
30
STAGING_DIR=/opt/staging
31
BASE_DIR=${STAGING_DIR}/base-images
32
SOURCE_DIR=${STAGING_DIR}/image-source
33
+ cd /root
34
if [[ -f ~/.intel_version ]]; then
35
curl -fsSLO https://raw.githubusercontent.com/immich-app/immich/refs/heads/main/machine-learning/Dockerfile
36
readarray -t INTEL_URLS < <(sed -n "/intel/p" ./Dockerfile | awk '{print $3}')
0 commit comments