Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
crackthedata opened this issue Oct 6, 2023 · 0 comments
Open

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

crackthedata opened this issue Oct 6, 2023 · 0 comments

Comments

@crackthedata
Copy link

crackthedata commented Oct 6, 2023

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

@crackthedata crackthedata changed the title docker built failing because "download_ui.sh not found" docker build failing because "download_ui.sh not found" Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant