Skip to content

Docker compose container not building #473

@sameshl

Description

@sameshl

I'm submitting a

  • bug report.
  • feature request.

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:
image
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions