1 Star 0 Fork 1

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/z3326213/crnn.git
git@gitee.com:z3326213/crnn.git
z3326213
crnn
crnn
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385