I'd like to make a few modifications to the Dockerfile in the rae-ros git repo, but when building I get a permission error:
ERROR [internal] load metadata for ghcr.io/luxonis/rae-base:2023.12.19 0.3s
[internal] load metadata for ghcr.io/luxonis/rae-base:2023.12.19:
Dockerfile:1
1 | >>FROM ghcr.io/luxonis/rae-base:2023.12.19
...
ERROR: failed to solve: ghcr.io/luxonis/rae-base:2023.12.19: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Aluxonis%2Frae-base%3Apull&service=ghcr.io: 401 Unauthorized
Are making changes to the luxonis/rae-ros-robot:humble Docker image not possible?