mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Updated Dockfile for xenial
This commit is contained in:
19
docker/xenial/Makefile
Normal file
19
docker/xenial/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
all: help
|
||||
|
||||
help:
|
||||
@echo ""
|
||||
@echo "-- Help Menu"
|
||||
@echo ""
|
||||
@echo " 1. make build - build images"
|
||||
@echo " 1. make pull - pull images"
|
||||
@echo " 1. make clean - remove images"
|
||||
@echo ""
|
||||
|
||||
build:
|
||||
@docker build --tag=rtabmap .
|
||||
|
||||
pull:
|
||||
@docker pull rtabmap
|
||||
|
||||
clean:
|
||||
@docker rmi -f rtabmap
|
||||
Reference in New Issue
Block a user