Trouble Running Bulk Loader through a Docker Container

It seems that every time I run my script I’m getting the same error where I get stuck on my bulk command…

subprocess.CalledProcessError: Command ‘[‘docker’, ‘run’, ‘–rm’, ‘–name’, ‘dgraph-bulk’, ‘–network’, ‘dgraph-net’, ‘-v’, ‘C:\Users\VAIV\Desktop\GraphDB\data\output_nq:/data:ro’, ‘-v’, ‘dgraph_out:/dgraph_out’, ‘dgraph/dgraph:latest’, ‘dgraph’, ‘bulk’, ‘–zero’, ‘dgraph-zero:5080’, ‘–format’, ‘rdf’, ‘-f’, ‘/data/all_data.nq’, ‘-s’, ‘/data/schema.txt’, ‘–out’, ‘/dgraph_out’, ‘–cleanup_tmp=false’, ‘–reduce_shards’, ‘1’, ‘–map_shards’, ‘1’]’ returned non-zero exit status 1.

Do you know if this is like a specific error that I can fix?