Open Studio Docker
Have downloaded latest image of openstudio docker image. Am using Docker Desktop on a win 11 machine. Im mounitng a volume to share some OSW/OSM files from my host machine.
I can run a simulation directly on the host machine using a very basic OSW file , that jsut has a seed file and a weather file. This OSW runs and runs a simulation on my host laptop jsut fine.
If i try to run the simulation via a docker command line, it throws this errorC:\fakepath\scrnshot.jpg.
Here's the content of the osw:
{
"weather_file": "NZL_Auckland.Auckland.931190_IWEC.epw",
"seed_file": "CliftonSchoolOS.osm"
}
any advice on what I'm doing wrong?