Trouble installing galaxy_ng

Hello Folks,

Trying to play with galaxy_ng.
However it’s bombing during install, kindly help to troubleshoot the same.

Ubuntu 20

cat .compose.env
COMPOSE_PROFILE=standalone
DEV_SOURCE_PATH=‘galaxy_ng’
ANSIBLE_HUB_UI_PATH=‘/b/ansible-hub-ui/’

./compose build

  • pip3.11 install --no-cache-dir --requirement /tmp/requirements.txt
    ERROR: Could not open requirements file: [Errno 13] Permission denied: ‘/tmp/requirements.txt’
    The command ‘/bin/sh -c set -ex; pip3.11 install --no-cache-dir --upgrade pip && if [[ “${LOCK_REQUIREMENTS}” -eq “1” ]]; then pip3.11 install --no-cache-dir --requirement /tmp/requirements.txt; fi’ returned a non-zero code: 1
    ERROR: Service ‘_base’ failed to build : Build failed