PointCloudLibrary/pcl

[CI] Create docker-hub image for using PCL from a docker

Open

#1 235 ouverte le 12 mai 2015

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (4 506 forks)batch import
good first issuekind: todomodule: ciskill: azure

Métriques du dépôt

Stars
 (9 023 stars)
Métriques de merge PR
 (Merge moyen 8j 7h) (3 PRs mergées en 30 j)

Description

It would be great if "Installation using docker" guide will be added to documentation. Installing/compiling on bare system takes lots of time.

One can add .Dockerfile to repository as mentioned here https://docs.docker.com/reference/builder/. But, I couldn't send a pull request as it was using lots of memory while building from source and throwing "out of memory error"

Other solution would be: Use independent docker image. Here is my image: https://registry.hub.docker.com/u/jdkanani/docker-pcl/.

Guide contributeur