I'm submitting a
Current Behaviour:
The docker-compose command gives error,
Running command git clone -q https://github.com/HTTP-APIs/hydra-python-core /tmp/pip-install-2n02rlfc/hydra-python-core
fatal: unable to access 'https://github.com/HTTP-APIs/hydra-python-core/': server certificate verification failed. CAfile: none CRLfile: none
ERROR: Command errored out with exit status 128: git clone -q https://github.com/HTTP-APIs/hydra-python-core /tmp/pip-install-2n02rlfc/hydra-python-core Check the logs for full command output.
ERROR: Service 'hydrus_server' failed to build: The command '/bin/sh -c pip install -U pip && pip install --upgrade pip setuptools && pip install -r requirements.txt && rm -rf *' returned a non-zero code: 1
and hydrus does not serve the api.
Screenshot for reference:

NOTE: This happens only on develop branch and not master branch.
Expected Behaviour:
The docker-compose command should have executed without any errors, and the hydrus server should serve the api.
Steps to reproduce:
- clone the repo
- git checkout develop
- docker-compose up --build
Do you want to work on this issue?
Yes
I'm submitting a
Current Behaviour:
The
docker-composecommand gives error,and hydrus does not serve the api.
Screenshot for reference:

NOTE: This happens only on develop branch and not master branch.
Expected Behaviour:
The
docker-composecommand should have executed without any errors, and the hydrus server should serve the api.Steps to reproduce:
Do you want to work on this issue?
Yes