Hello im new to using docker and im having this problem in using wsl2 and docker when i run the docker image which is (rapids ai image)
My purpose is to use rapid’s AI for GPU leverage on traditional maschine learning algorithims but rapid’sAI package needs linux to run which is why i need to use docker and wsl2 for this purpose
So what i did was running the docker image(rapidsai) mount my directory(ex. C:user/to/project) to a workspace(folder that would be inside the container) why is that after i run the image the workspace directory which should contain my project is not there but just the rapidsai packages
And in the command it specifies that for some reason it says the default working directory is in home/rapids/notebook why is it going there instead of making a directory in the container
I wanna know why is this happening and whats the fix and please tell me if my method was wrong
-thank you in advance