Hi everyone,
This is a very basic question, but I'm unable to run the docker-compose file as described
here. I am using Windows and downloaded Docker for desktop. I downloaded the file that is linked to a folder that I made for this, and I navigated to that folder in the command prompt. However, when I type "docker-compose up -d", I get this error: parsing C:\Users\Sagni\Documents\Deepfakes_research\docker-compose.yml: yaml: line 44: found character that cannot start any toke.
I don't know how to move past this, since it is preventing me from starting the server. When I googled the error, I found people talking about how it is due to the file using tabs instead of double spaces for indentation. I don't really understand what that means, since the instructions don't mention having to edit the file at all to have it run.
Thank you in advance for your help.