Results 80 comments of feely

脚本支持本地文件路径下载好之后改成 `file://` 协议就可以了。 framework 可以在线跑一下。 拷贝 ~/.pipcook 目录和脚本到离线环境就可以运行了

@yiwiz-sai #12 Should fix it, but we still have some problems with testing that need to be fixed. But you could build it from this branch manually.

Yeap, we use a lot of shell scripts in the project, which prevents us from being compatible with windows. Are you interested in helping with the adaptation?

@und3rs @pbvahlst Have a look #212

You should use this URL instead: ```sh pipcook run https://raw.githubusercontent.com/alibaba/pipcook/main/example/pipelines/image-classification-mobilenet.json ```

Try this: ```js pipcook run https://cdn.jsdelivr.net/gh/alibaba/pipcook@main/example/pipelines/image-classification-mobilenet.json ``` It looks like a network problem.

> pipcook run https://raw.githubusercontent.com/alibaba/pipcook/main/example/pipelines/image-classification-mobilenet.json > > ✖ something wrong when run job: Cannot read property 'dataCollect' of undefined > > It not work, what should I do ? Please upgrade...

https://github.com/alibaba/pipcook/pull/842 has fit the repository to windows tentatively, it works fine. But we still need to be care of the point 1, 4 as above. The framework just pack only...