Skip to content

Carstig/labelimg-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

labelimg-docker

A docker file to run the latest labelImg version.

You can find the image under carstig/labelimg and should adapt the docker command line args to your needs.

runLabelImg.docker.sh contents:

#!/bin/bash
docker run -it \
--user $(id -u) \
-e DISPLAY=unix$DISPLAY \
--workdir=/home/docker/labelImg \
--volume="/home/$USER:/home/$USER" \
--volume="/etc/group:/etc/group:ro" \
--volume="/etc/passwd:/etc/passwd:ro" \
--volume="/etc/shadow:/etc/shadow:ro" \
--volume="/etc/sudoers.d:/etc/sudoers.d:ro" \
-v /tmp/.X11-unix:/tmp/.X11-unix \
carstig/labelimg /bin/bash

About

a docker file to run labelImg

Resources

License

Stars

Watchers

Forks

Packages

No packages published