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
tips:cvat [2020/07/03 09:01] – [Install] scipiotips:cvat [2020/09/09 12:04] (current) – [Install] scipio
Line 47: Line 47:
 http://94.230.78.71:8007/ http://94.230.78.71:8007/
  
-enable access from other hosts +enable access from other hosts  
-<code> +<file ini docker-compose.override.yml
-cat > docker-compose.override.yml <<EOF                                                                                                         version: "2.3"+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.1593759709.txt.gz
  • Last modified: 2020/07/03 09:01
  • by scipio