Skip to content

Server errors when working with wheels #1

@Solmath

Description

@Solmath

When using

RUN pip install --no-cache /wheels/*

with the wheels built in the first build step, there is an internal server error caused by waitress, when trying to access /departures.

This indicates that /departures is not served, because maybe the EFA package is not properly included.

When using

RUN pip install --no-cache -r requirements.txt

instead, everything is working fine.

Need to find out which wheels are actually built and copied to the second build step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions