Skip to content

Pin versions of packages in dockerfiles #216

Open
@nbarlowATI

Description

@nbarlowATI

To ensure that we can continue to build and run SHEEP, should specify versions of packages in dockerfiles. e.g. matplotlib 3.1 is incompatible with python 3.5, so we need to do

pip3 install matplotlib==3.0.3

We should do this for all packages (requirements file?)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions