tips:cvat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:cvat [2019/11/28 12:03] scipiotips:cvat [2020/09/09 12:04] (current) – [Install] scipio
Line 45: Line 45:
 http://localhost:8080 http://localhost:8080
  
-enable access from other hosts +http://94.230.78.71:8007/ 
-<code> + 
-cat > docker-compose.override.yml <<EOF                                                                                                         version: "2.3"+enable access from other hosts  
 +<file ini docker-compose.override.yml
 +version: "2.3"
 services: services:
   cvat:   cvat:
     environment:     environment:
       ALLOWED_HOSTS: "*"       ALLOWED_HOSTS: "*"
-EOF +      CVAT_SHARE_URL: "Mounted from host directory" 
-</code>+    volumes: 
 +      - cvat_share:/home/django/share:ro 
 + 
 +volumes: 
 +  cvat_share: 
 +    driver_opts: 
 +      type: none 
 +      device: /storage/dataset 
 +      o: bind 
 +</file>
  
  
Line 76: Line 87:
 docker-compose up -d --build docker-compose up -d --build
 </code> </code>
 +
 +<code>
 +docker-compose down
 +git pull
 +docker-compose up -d --build
 +</code>
 +
  • tips/cvat.1574938999.txt.gz
  • Last modified: 2019/11/28 12:03
  • by scipio