-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to mount a share path for the big dataset in windows os. #1472
Comments
@MannAgrawal , does |
@nmanovic Unfortunately, I don't... I am sorry I am very new to docker and cvat but don't know how to do it... could you please give me instruction to how to mount the share folder. |
@MannAgrawal , you need to create the directory. Please run |
I will close the issue. A lot of people on gitter can help you with the question. Don't expect that people will answer immediately. Find people which solved the problem in the past and ask them directly. |
Hi, I am using Windows. If I want to cvat to connect local directory at C:\mnt\share |
Hello! I'm having similar issues, I cannot mount directory in docker from WSL. Here are some illustrations of how this whole process looks like: Did you manage to solve the problem? |
Ok, so thanks to issue #2315 (#2315) and particularly answer of https://github.com/ChrisCurrin I found out that it can be fixed manually on WSL. The actions he described could be performed after cleaning up containers and volumes, make external volume in docker-compose.override.yml and add volume manually via docker volume create --name cvat_share --opt type=none --opt device=YOUR-PATH --opt o=bind After adding it manually everything seemed to be working fine P.S.: |
@ronzhin-dmitry , thanks for your reply. If you can contribute into documentation and add necessary information to simplify life of other users, it will be awesome. |
Finally, a solution that worked! Thanks |
Hello! Still did not put it into documentation, but have one more thing to mention: if you did all the tricks I described above and still do not see any files in the task-creation file-share tab -- just check that you have some files in the directory you're trying to share. Somehow if the directory is empty you will see the same view of the tab as if share was not connected at all. |
For Reference (copied from Chris in another thread). This worked for me: |
https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/#share-path
|
docker-compose.override.yml
Create volume: Run docker compose |
Hi, I am sorry for a noob question but I want to know how to mount a shared path for the big dataset. I tried to follow the documentation on the Share Path
but I am getting this error while building
Docker version
Client: Docker Engine - Community
Version: 19.03.8
API version: 1.40
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:23:10 2020
OS/Arch: windows/amd64
Experimental: true
I also tried to post my problem on Gitter no reply
**what procedure do I need to follow to work this out please help me. **
The text was updated successfully, but these errors were encountered: