[PR #368] [MERGED] Bump tfjs version to 3.19.0 for arm64 support #8592

Closed
opened 2026-02-05 13:49:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/368
Author: @bo0tzz
Created: 7/23/2022
Status: Merged
Merged: 7/23/2022
Merged by: @alextran1502

Base: mainHead: ml-arm


📝 Commits (3)

  • f039936 Add linux/arm64 to machine-learning container build
  • ca22c2a Bump tfjs version to 3.19.0
  • 2d4a60f Fix tfjs dependency error

📊 Changes

6 files changed (+287 additions, -401 deletions)

View changed files

📝 .github/workflows/build_push_docker_latest.yml (+1 -1)
📝 .github/workflows/build_push_docker_staging.yml (+1 -1)
📝 .github/workflows/build_push_server_release.yml (+1 -1)
📝 machine-learning/Dockerfile (+1 -0)
📝 machine-learning/package-lock.json (+278 -393)
📝 machine-learning/package.json (+5 -5)

📄 Description

This should enable the machine_learning image to work on ARM systems as well :D


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/368 **Author:** [@bo0tzz](https://github.com/bo0tzz) **Created:** 7/23/2022 **Status:** ✅ Merged **Merged:** 7/23/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `ml-arm` --- ### 📝 Commits (3) - [`f039936`](https://github.com/immich-app/immich/commit/f039936483d2f21a70bca9c587d76fd040415938) Add linux/arm64 to machine-learning container build - [`ca22c2a`](https://github.com/immich-app/immich/commit/ca22c2ad877e057cf3f5ec415b596f7f4083105d) Bump tfjs version to 3.19.0 - [`2d4a60f`](https://github.com/immich-app/immich/commit/2d4a60f76468088922acbd624438dab716590c89) Fix tfjs dependency error ### 📊 Changes **6 files changed** (+287 additions, -401 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_push_docker_latest.yml` (+1 -1) 📝 `.github/workflows/build_push_docker_staging.yml` (+1 -1) 📝 `.github/workflows/build_push_server_release.yml` (+1 -1) 📝 `machine-learning/Dockerfile` (+1 -0) 📝 `machine-learning/package-lock.json` (+278 -393) 📝 `machine-learning/package.json` (+5 -5) </details> ### 📄 Description This should enable the machine_learning image to work on ARM systems as well :D --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:49:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8592