You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> [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
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: