Open markthink opened 1 year ago
qlib-server 启动服务并没有发现 NFS服务 为了使用数据,暂时是通过新启一个 NFS服务容器共享存储盘,手动解决数据挂载.
mount -v -o vers=4, 10.71.117.61:/ cn_data
Hello, can you share the downloaded dataset with me, I can't get on Yahoo, thank you very much.
🐛 Bug Description
To Reproduce
Steps to reproduce the behavior:
配置文件:
客户端配置:
Expected Behavior
生成的命令如下: 在 Mac 环境此命令出现未预期的行为 sudo mount.nfs 10.71.117.61:/ cn_data:\'
Screenshot
将 win 改成 windows 问题得以解决
Environment
Windows
,Linux
,MacOS
): Mac OSfix: if "windows" in platform.system().lower():