Skip to content

docker build failing because "download_ui.sh not found" #123

@crackthedata

Description

@crackthedata

Description

Trying to setup Metaflow UI locally to run on a Windows machine but building the docker image is failing.

Steps to Reproduce

When running docker build --tag metaflow-ui:latest . from docker build --tag metaflow-ui:latest ., I'm getting the below error.

=> [stage-1 15/20] WORKDIR /root                                                                                                                                                                                        0.1s 
 => [stage-1 16/20] RUN /opt/latest/bin/pip install .                                                                                                                                                                   12.9s 
 => ERROR [stage-1 17/20] RUN /root/services/ui_backend_service/download_ui.sh                                                                                                                                           0.4s 
------
 > [stage-1 17/20] RUN /root/services/ui_backend_service/download_ui.sh:
0.403 /bin/sh: 1: /root/services/ui_backend_service/download_ui.sh: not found
------
Dockerfile:43
--------------------
  41 |
  42 |     # Install Netflix/metaflow-ui release artifact
  43 | >>> RUN /root/services/ui_backend_service/download_ui.sh
  44 |
  45 |     # Migration Service
--------------------
ERROR: failed to solve: process "/bin/sh -c /root/services/ui_backend_service/download_ui.sh" did not complete successfully: exit code: 127

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