1 Star 0 Fork 1

Ketan/crnn

forked from Waldeinsamkeit/crnn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Start with a base docker image that contains torch and cutorch.
FROM kaixhin/cuda-torch
# Install fblualib and its dependencies :
ADD install_all.sh /root/install_all.sh
ADD thpp_build.sh /root/thpp_build.sh
WORKDIR /root
RUN chmod +x ./install_all.sh
RUN ./install_all.sh
# Clone the crnn repo :
RUN git clone https://github.com/bgshih/crnn.git
RUN apt-get update && apt-get install -y \
liblmdb-dev
WORKDIR /root/crnn/src
RUN chmod +x build_cpp.sh
RUN ./build_cpp.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arthur_tang_the_knight/crnn.git
git@gitee.com:arthur_tang_the_knight/crnn.git
arthur_tang_the_knight
crnn
crnn
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385