Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified DockerFiles/ubuntu_16.04/build_labelme_image.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions DockerFiles/ubuntu_16.04/start_labelme_container.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

docker run \
--mount type=bind,source="$(pwd)"/../../Annotations,target=/var/www/html/LabelMeAnnotationTool/Annotations \
--mount type=bind,source="$(pwd)"/../../Images,target=/var/www/html/LabelMeAnnotationTool/Images \
--name labelme \
-p 8080:80 \
-d \
Expand Down