提交 6777e17b 编写于 作者: G gangliao 提交者: GitHub

Merge pull request #298 from PaddlePaddle/gangliao-patch-2

Update build_docker.sh
...@@ -63,12 +63,12 @@ RUN pip install -U nltk \ ...@@ -63,12 +63,12 @@ RUN pip install -U nltk \
RUN ${update_mirror_cmd} RUN ${update_mirror_cmd}
apt-get update && \ apt-get update && \
apt-get install -y locales patch notedown && \ apt-get install -y locales patch && \
apt-get -y install gcc && \ apt-get -y install gcc && \
apt-get -y clean && \ apt-get -y clean && \
localedef -f UTF-8 -i en_US en_US.UTF-8 && \ localedef -f UTF-8 -i en_US en_US.UTF-8 && \
pip install --upgrade pip && \ pip install --upgrade pip && \
pip install -U pillow matplotlib jupyter numpy requests scipy pip install -U pillow notedown matplotlib jupyter numpy requests scipy
#convert md to ipynb #convert md to ipynb
RUN /book/.tools/notedown.sh RUN /book/.tools/notedown.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册