Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] machine learning exists with code 132 #2378

Closed
1 of 3 tasks
tarik02 opened this issue May 4, 2023 · 1 comment
Closed
1 of 3 tasks

[BUG] machine learning exists with code 132 #2378

tarik02 opened this issue May 4, 2023 · 1 comment
Labels
bug Something isn't working needs triage Bug that needs triage from maintainer

Comments

@tarik02
Copy link

tarik02 commented May 4, 2023

The bug

machine-learning container always exits with code 132

The OS that Immich Server is running on

Official Helm chart within k3s (kubernetes) inside systemd-nspawn container inside qemu VM (8.0, machine=virt-8.0, cpu=host) on Raspberry PI 4

Version of Immich Server

v1.54.1

Version of Immich Mobile App

v1.54.0 build.94

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Not used (official helm chart is used instead)

Your .env content

env:
  REDIS_HOSTNAME: <hidden>
  REDIS_PORT: '6379'
  DB_HOSTNAME: <hidden>
  DB_USERNAME: "{{ .Values.postgresql.global.postgresql.auth.username }}"
  DB_DATABASE_NAME: "{{ .Values.postgresql.global.postgresql.auth.database }}"
  # -- You should provide your own secret outside of this helm-chart and use `postgresql.global.postgresql.auth.existingSecret` to provide credentials to the postgresql instance
  DB_PASSWORD: "{{ .Values.postgresql.global.postgresql.auth.password }}"
  TYPESENSE_ENABLED: "{{ .Values.typesense.enabled }}"
  TYPESENSE_API_KEY: "{{ .Values.typesense.env.TYPESENSE_API_KEY }}"
  TYPESENSE_HOST: '{{ printf "%s-typesense" .Release.Name }}'
  IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .Release.Name }}'
  IMMICH_SERVER_URL: '{{ printf "http://%s-server:3001" .Release.Name }}'
  IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'

Reproduction steps

1. Build QEMU 8.0 (was using 5.2 from upstream before) on Raspbian.
2. Install any gnu/linux OS within VM.
3. Create systemd-nspawn container.
4. Install k3s inside container.
5. Apply official immich helm chart.

Additional information

No response

@tarik02 tarik02 added bug Something isn't working needs triage Bug that needs triage from maintainer labels May 4, 2023
@bo0tzz
Copy link
Member

bo0tzz commented May 4, 2023

This is potentially related to pytorch/pytorch#97226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Bug that needs triage from maintainer
Projects
None yet
Development

No branches or pull requests

3 participants