Octav avatar

luarocks install loadcaffe: Error: No results matching query were found

octav

Published: 30 Sept 2019 › Updated: 30 Sept 2019luarocks install loadcaffe: Error: No results matching query were found

luarocks install loadcaffe: Error: No results matching query were found

If encountering while setting up docker:

luarocks install loadcaffe: Error: No results matching query were found



fix:
1.Install custom torch:

RUN git clone https://github.com/nagadomi/distro.git ~/torch --recursive
WORKDIR /root/torch
RUN ~/torch/install-deps
RUN ~/torch/install.sh



2.Call luarocks' loadcaffe from the custom torch & install first the image lib

# Install loadcaffe
RUN apt-get install -y libprotobuf-dev protobuf-compiler
RUN /root/torch/install/bin/luarocks install image
RUN /root/torch/install/bin/luarocks install loadcaffe



'njoy

source: https://github.com/octavflorescu/neural-style/blob/master/Dockerfile

Leave luarocks install loadcaffe: Error: No results matching query were found to:

Written by

- programmer

Read more #luarocks posts


Best Posts From Octav

We have not curated any of octav's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Octav