-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
Logs:
2025-12-30 18:29:08.467 ERROR (MainThread) [supervisor.docker.addon] Can't build cc2581ab/amd64-addon-predai:1.3.6: Docker build failed for cc2581ab/amd64-addon-predai:1.3.6 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.83kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 4)
#1 DONE 0.0s
#2 [internal] load metadata for ghcr.io/hassio-addons/ubuntu-base/amd64:9.0.5
#2 DONE 1.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/12] FROM ghcr.io/hassio-addons/ubuntu-base/amd64:9.0.5@sha256:6ab3ee4f66814a86ac653d0e262bff43f33150544ad7102791a5eb63bb1ab85b
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 22.89kB done
#5 DONE 0.1s
#6 [ 8/12] WORKDIR /app_data
#6 CACHED
#7 [ 7/12] RUN apt-get install -y python3.11-venv
#7 CACHED
#8 [ 2/12] RUN apt-get update
#8 CACHED
#9 [ 4/12] RUN apt-get dist-upgrade -y
#9 CACHED
#10 [ 6/12] RUN apt-get install -y python3-pip
#10 CACHED
#11 [ 9/12] COPY rootfs /
#11 CACHED
#12 [ 3/12] RUN apt-get upgrade -y
#12 CACHED
#13 [ 5/12] RUN apt-get install -y python3
#13 CACHED
#14 [10/12] COPY requirements.txt /tmp/
#14 CACHED
#15 [11/12] RUN pip install -r /tmp/requirements.txt
#15 1.107 ERROR: Invalid requirement: 'neuralprophet=0.9.0' (from line 1 of /tmp/requirements.txt)
#15 1.107 Hint: = is not a valid operator. Did you mean == ?
#15 ERROR: process "/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt" did not complete successfully: exit code: 1
------
> [11/12] RUN pip install -r /tmp/requirements.txt:
1.107 ERROR: Invalid requirement: 'neuralprophet=0.9.0' (from line 1 of /tmp/requirements.txt)
1.107 Hint: = is not a valid operator. Did you mean == ?
------
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 4)
Dockerfile:20
--------------------
18 |
19 | COPY requirements.txt /tmp/
20 | >>> RUN pip install -r /tmp/requirements.txt
21 |
22 | # Start app
--------------------
ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt" did not complete successfully: exit code: 1
2025-12-30 18:29:08.467 ERROR (MainThread) [supervisor.addons.addon] Could not build image for addon cc2581ab_predai: Can't build cc2581ab/amd64-addon-predai:1.3.6: Docker build failed for cc2581ab/amd64-addon-predai:1.3.6 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.83kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 4)
#1 DONE 0.0s
#2 [internal] load metadata for ghcr.io/hassio-addons/ubuntu-base/amd64:9.0.5
#2 DONE 1.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/12] FROM ghcr.io/hassio-addons/ubuntu-base/amd64:9.0.5@sha256:6ab3ee4f66814a86ac653d0e262bff43f33150544ad7102791a5eb63bb1ab85b
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 22.89kB done
#5 DONE 0.1s
#6 [ 8/12] WORKDIR /app_data
#6 CACHED
#7 [ 7/12] RUN apt-get install -y python3.11-venv
#7 CACHED
#8 [ 2/12] RUN apt-get update
#8 CACHED
#9 [ 4/12] RUN apt-get dist-upgrade -y
#9 CACHED
#10 [ 6/12] RUN apt-get install -y python3-pip
#10 CACHED
#11 [ 9/12] COPY rootfs /
#11 CACHED
#12 [ 3/12] RUN apt-get upgrade -y
#12 CACHED
#13 [ 5/12] RUN apt-get install -y python3
#13 CACHED
#14 [10/12] COPY requirements.txt /tmp/
#14 CACHED
#15 [11/12] RUN pip install -r /tmp/requirements.txt
#15 1.107 ERROR: Invalid requirement: 'neuralprophet=0.9.0' (from line 1 of /tmp/requirements.txt)
#15 1.107 Hint: = is not a valid operator. Did you mean == ?
#15 ERROR: process "/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt" did not complete successfully: exit code: 1
------
> [11/12] RUN pip install -r /tmp/requirements.txt:
1.107 ERROR: Invalid requirement: 'neuralprophet=0.9.0' (from line 1 of /tmp/requirements.txt)
1.107 Hint: = is not a valid operator. Did you mean == ?
------
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 4)
Dockerfile:20
--------------------
18 |
19 | COPY requirements.txt /tmp/
20 | >>> RUN pip install -r /tmp/requirements.txt
21 |
22 | # Start app
--------------------
ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt" did not complete successfully: exit code: 1