- disable workflow manually
- run delete.sh script
-----File----- | |
These entries have been added to ghcr.io/danieltobon43/dbscan-octrees:latest: | |
FILE SIZE | |
/tmp/.git/COMMIT_EDITMSG 13B | |
/tmp/.git/ORIG_HEAD 41B | |
/tmp/.git/logs/refs/heads/master 200B | |
/tmp/.git/logs/refs/remotes/origin/HEAD 200B | |
/tmp/.git/modules/external/argparse/objects/pack/pack-cf82b4b08067b0fbfae0ccea4429f191edeebf46.idx 53.1K | |
/tmp/.git/modules/external/argparse/objects/pack/pack-cf82b4b08067b0fbfae0ccea4429f191edeebf46.pack 587.9K |
Displaying a GUI based application in Docker is typically a moment of stackoverflow search, for the sake of time, and for the reckless lazy ones, the easiest solution is to give xhost permission and then remove the permission.
A possible error when displaying things inside a docker container will go along the lines of:
ERROR: In /build/vtk6-VHOYAG/vtk6-6.3.0+dfsg1/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 1475
vtkXOpenGLRenderWindow (0x563fbe453620): bad X server connection. DISPLAY=:1. Aborting.
You can attached a vscode session in a running docker container or vscode can create a docker container to attach.
For this configuration we are going to run a docker container in detached mode and then, connect to it using vscode in remote mode.
- Running container must have installed gdb
- Install Remote-containers extensions in your local vscode application
The Point Cloud Library is an open-source library of algorithms for point cloud processing tasks and 3D geometry processing. It is a standalone, large-scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use.
Docker Hub image: https://hub.docker.com/r/danieltobon43/pcl-docker
Environment:
- Linux Alpine 3.15
- VTK-9.0.0
- PCL-1.12.1