Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
book
提交
3477bfac
B
book
项目概览
PaddlePaddle
/
book
通知
16
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
40
列表
看板
标记
里程碑
合并请求
37
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
B
book
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
40
Issue
40
列表
看板
标记
里程碑
合并请求
37
合并请求
37
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3477bfac
编写于
9月 09, 2019
作者:
Z
zhongpu
提交者:
Jiabin Yang
9月 09, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify build_docker.sh to support CUDA9.0/10.0 and python3, test=develop (#800)
上级
cbca2c2f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
15 addition
and
2 deletion
+15
-2
.tools/build_docker.sh
.tools/build_docker.sh
+15
-2
未找到文件。
.tools/build_docker.sh
浏览文件 @
3477bfac
...
...
@@ -59,6 +59,10 @@ fi
cat
>>
Dockerfile
<<
EOF
RUN pip install -U nltk
\
&& python3 -m pip install --user --upgrade pip==9.0.3
\
&& pip3 install -U nltk
\
&& pip3.6 install -U nltk
\
&& pip3.7 install -U nltk
\
&& python /book/.tools/cache_dataset.py
RUN
${
update_mirror_cmd
}
...
...
@@ -67,8 +71,17 @@ RUN ${update_mirror_cmd}
apt-get -y install gcc curl git vim &&
\
apt-get -y clean &&
\
localedef -f UTF-8 -i en_US en_US.UTF-8 &&
\
pip install --upgrade pip &&
\
pip install -U notedown pillow matplotlib jupyter numpy requests scipy
pip install -U notedown pillow matplotlib jupyter numpy requests scipy &&
\
pip3 install -U notedown pillow matplotlib numpy requests scipy &&
\
pip3.6 install -U notedown pillow matplotlib numpy requests scipy &&
\
pip3.7 install -U notedown pillow matplotlib numpy requests scipy
RUN pip3.6 install ipykernel &&
\
pip3.7 install ipykernel &&
\
python3.6 -m ipykernel install --name python3.6 &&
\
python3.7 -m ipykernel install --name python3.7 &&
\
pip3 install ipykernel &&
\
python3 -m ipykernel install --name python3
RUN curl https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz -o go1.8.linux-amd64.tar.gz &&
\
tar -zxvf go1.8.linux-amd64.tar.gz -C /usr/local/ &&
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录