pedro
|
cea449c878
|
finish docker integration
|
2025-01-29 17:11:58 +01:00 |
|
pedro
|
a50b28518d
|
docker compose: add DeviceSnapshotV1
|
2025-01-23 11:14:19 +01:00 |
|
pedro
|
411e8806bb
|
docker: copy src files into image
|
2025-01-22 16:23:02 +01:00 |
|
pedro
|
6f9a06faa1
|
add docker integration for localhost
|
2025-01-09 09:24:12 +01:00 |
|
pedro
|
6e4f3d7be3
|
bugfix requirement error
error was
```
idhub-1 | ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
idhub-1 exited with code 1
```
> The solution is to pin down the numpy version to any before the 2.0.0
related https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from
|
2025-01-09 09:23:45 +01:00 |
|
pedro
|
d9a0de1c68
|
add env var ENABLE_DOMAIN_CHECKER
when using localhost and standalone idhub instance we could avoid this
checker to facilitate testing and deployment
|
2025-01-09 09:19:18 +01:00 |
|