Open pjreed opened 6 years ago
Hi @pjreed,
i have the same error message in my "cuda:9-0-base" container. Have you already been able to solve this issue?
Kind Regards Alexander
I haven't had any luck getting install-deps to compile OpenBLAS, but I have worked around the issue by manually installing ATLAS (libatlas3-base
and libatlas-dev
) beforehand, and Torch will happily use that instead.
Thank you very much, i will try your solution.
your solution worked, thank you. For any future readers: you also need to remove the function calls to "install-openblas" inside of the install-deps file.
Thank me later! Use this docker file for torch installation! https://github.com/runwayml/alpha_models/blob/master/densecap/Dockerfile
Hey, Check this docker image I created for running dense cap in gpu! This has torch, nn, image, lua-cjson, torch-rnn-scm-1.rockspec, cutorch, cunn, cudnn pre installed in it! https://hub.docker.com/r/jainal09/densecap_gpu
I'm trying to install Torch inside a Docker container. Here's my Dockerfile, which so far is pretty simple:
When it runs the install-deps step, it fails when compiling OpenBLAS. The log file is very long, but here's all of the output after the last successful step: