macimovic
macimovic
In addition to setting the CVAT_HOST enviroment variable I also needed to modify the docker-compose.yml like so ```traefik: image: traefik:v2.4 container_name: traefik restart: always command: - "--providers.docker.exposedByDefault=false" - "--providers.docker.network=cvat" -...
Same issue OSError: [Errno 18] Invalid cross-device link: '/opt/conda/lib/python3.7/site-packages/pkg_resources' -> '/tmp/pip-uninstall-1k2j_mjl/opt/conda/lib/python3.7/site-packages/pkg_resources'
Any update on this? This is very useful for my use case.
Might worth mentioning to anyone having a similar issue. inside of package.json after changing inside of "dependencies" "vue-router": "^4.0.4" to "vue-router": "^4.0.0" and running npm install again I got the...