some-thailand-20776
10/06/2023, 4:39 PMdocker build --tag metaflow-ui:latest . from https://github.com/Netflix/metaflow-ui/blob/master/docs/deployment.md#1-docker, 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: 127some-thailand-20776
10/06/2023, 4:45 PMsome-thailand-20776
10/06/2023, 5:41 PMyarn start, I'm getting the following error in when in cmd:
C:\Windows\System32>yarn install
⤠YN0087: Migrated your project to the latest Yarn version š
⤠YN0000: · Yarn 4.0.0-rc.53.git.20231006.hash-202e568
⤠YN0000: ā Resolution step
⤠YN0000: ā Completed
⤠YN0000: ā Fetch step
⤠YN0000: ā Completed
⤠YN0000: ā Link step
⤠YN0000: ā Completed
⤠YN0000: · Done in 0s 52ms
C:\Windows\System32>yarn start
Usage Error: Couldn't find a script named "start".
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] <scriptName> ...some-thailand-20776
10/06/2023, 7:59 PMbrave-lion-15961
10/06/2023, 9:43 PMyarn start from? Do you see a file named package.json in that directory?some-thailand-20776
10/06/2023, 9:49 PMpackage.json exists therebrave-lion-15961
10/06/2023, 9:51 PM"start": "cross-env DISABLE_NEW_JSX_TRANSFORM=true react-scripts start", on line 29?some-thailand-20776
10/06/2023, 9:52 PMpackage.json are
{
"name": "georg",
"packageManager": "yarn@3.6.4"
}brave-lion-15961
10/06/2023, 9:54 PMsome-thailand-20776
10/06/2023, 10:03 PMbrave-lion-15961
10/06/2023, 10:36 PMyarn is just a js package manager which loads the js modules and runs scripts locally. If you wanted to run metaflow-ui locally, you would have to clone the repo and install from there. I would recommend going down the docker path.some-thailand-20776
10/06/2023, 10:38 PMsome-thailand-20776
10/09/2023, 2:05 PMdocker pull zacharybloss/metaflow-uibrave-lion-15961
10/09/2023, 5:11 PMancient-application-36103
10/11/2023, 7:39 PM