-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vldb镜像构建失败 #386
Comments
找到这一行代码bash -c 'cd /home/admin/dev && make binary' |
谢谢,确实可以往下执行了,但是后续还是有3个connet的error
|
找到这一行代码bash -c 'cd /home/admin/dev && make binary'
看起来是超时导致的 |
我ubuntu上的浏览器能访问和下载https://github.com/secretflow/spu/archive/refs/tags/0.9.2dev20240711.tar.gz, |
尝试启动容器 docker start 49f91fce323f1c620bb833ff887dbfd7d362ec67c91f33dae43eece3c1dfde17 然后通过docker cp命令放到提示位置/root/.cache/bazel/_bazel_root/eceb46742416a02f6a0f8d92bc74468c/external/spulib/temp2451789626662737419/0.9.2dev20240711.tar.gz |
网络问题的话,可以尝试使用-c选项,启用缓存(不用重复下载),并多次重试,看看是否有改善:bash docker/build.sh -c |
你好,我尝试了很多次了,还是不行。。 另外容器也启动不了,请问还有什么办法吗
|
网络问题暂时没有更好的办法。 |
container_id=SCQL-vidb --mount type=bind,source="${WORK_DIR}",target=/home/admin/dev/ \-w /home/admin/dev ${MOUNT_OPTIONS} \$BUILDER tail -f /dev/null)#trap "docker stop ${container_id}" EXIT |
你好,我修改了build.sh后能启动容器了,我现在是用docker cp 将这三个下载不了的包放到提示位置吗
后续跟着教程执行到
|
镜像没有build成功,是不能docker compose成功的,后续步骤依赖你build出的镜像。 |
试了很多次还是不行。。 如果只是想测试下shuffle和sort协议,还有其他的方式吗
|
如果只关注测试shuffle、sort的性能,可以基于master分支自己构造数据从日志里观察耗时,或者在spu repo里完成测试。 |
抱歉,我对这个不太熟悉。你能大致告诉我怎么操作吗~ |
我在尝试构建vldb的测试镜像,都是无法成功,这似乎是连接问题,请问有什么办法解决吗
The text was updated successfully, but these errors were encountered: