Skip to content

environment.yml file missing #1

@hrishikeshkh

Description

@hrishikeshkh

The second step of the installation procedure which builds the docker image is throwing the error:

=> ERROR [ 5/14] COPY environment.yml /app/environment.yml 0.0s

[ 5/14] COPY environment.yml /app/environment.yml:


1 warning found (use docker --debug to expand):

  • LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 32)
    Dockerfile:36

34 |
35 | # Copy the environment.yml file
36 | >>> COPY environment.yml /app/environment.yml
37 | #pwd
38 |

ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref e4ea42e4-eca9-491c-b255-ab99bab5edd3::3ctfu7cljiouqx0kmroktcouh: "/environment.yml": not found

It appears the environment.yml file required to setup the conda environment is missing from the repo files.

Thanks

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