Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
842f56e4
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2298
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
842f56e4
编写于
8月 03, 2023
作者:
T
tianshuo78520a
提交者:
GitHub
8月 03, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update cinn docker (#55888)
更新CINN docker,CI使用Ubuntu20.04,CUDA18,Python3.10环境
上级
418cc35d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
4 addition
and
6 deletion
+4
-6
tools/cinn/build.sh
tools/cinn/build.sh
+2
-2
tools/cinn/docker/Dockerfile.ci
tools/cinn/docker/Dockerfile.ci
+1
-2
tools/cinn/docker/Dockerfile.ci.cuda
tools/cinn/docker/Dockerfile.ci.cuda
+1
-2
未找到文件。
tools/cinn/build.sh
浏览文件 @
842f56e4
...
...
@@ -18,7 +18,7 @@ set -ex
workspace
=
$(
cd
$(
dirname
${
BASH_SOURCE
[0]
}
)
/../..
;
pwd
)
build_dir_name
=
${
cinn_build
:-
build_cinn
}
build_dir
=
$workspace
/
${
build_dir_name
}
py_version
=
${
py_version
:-
3
.
8
}
py_version
=
${
py_version
:-
3
.
10
}
cinn_whl_path
=
python/dist/cinn-0.0.0-py3-none-any.whl
...
...
@@ -92,7 +92,7 @@ function prepare_ci {
python
${
py_version
}
-m
pip
install
-U
--no-cache-dir
pip
python
${
py_version
}
-m
pip
install
wheel
python
${
py_version
}
-m
pip
install
sphinx
==
3.3.1
sphinx_gallery
==
0.8.1
recommonmark
==
0.6.0 exhale scipy
breathe
==
4.24.0 matplotlib sphinx_rtd_theme
python
${
py_version
}
-m
pip
install
paddlepaddle-gpu
==
0.0.0.post11
2
-f
https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html
python
${
py_version
}
-m
pip
install
paddlepaddle-gpu
==
0.0.0.post11
8
-f
https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html
}
...
...
tools/cinn/docker/Dockerfile.ci
浏览文件 @
842f56e4
# Use SHA to specify the docker image to prevent the use of old cache images
# TAG: latest-dev-cuda11.2-cudnn8.2-trt8.0-gcc82
FROM registry.baidubce.com/paddlepaddle/paddle@sha256:ac757bc25c341814284ceafb274c55e36ea7dcf026a265d14f885a0fa60368f8
FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.8-cudnn8.6-trt8.5-gcc82
# NVIDIA update GPG key on 04/29/2022. Fetch the public key for CI machine
# Reference: https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
...
...
tools/cinn/docker/Dockerfile.ci.cuda
浏览文件 @
842f56e4
# Use SHA to specify the docker image to prevent the use of old cache images
# TAG: latest-dev-cuda11.2-cudnn8.2-trt8.0-gcc82
FROM registry.baidubce.com/paddlepaddle/paddle@sha256:ac757bc25c341814284ceafb274c55e36ea7dcf026a265d14f885a0fa60368f8
FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.8-cudnn8.6-trt8.5-gcc82
# NVIDIA update GPG key on 04/29/2022. Fetch the public key for CI machine
# Reference: https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录