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 [2020/07/03 08:58] – [Install] 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>
  
  
  • tips/cvat.1593759518.txt.gz
  • Last modified: 2020/07/03 08:58
  • by scipio