-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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
Labels
No labels