- Windows10 OS
- GPU 3090
Does deepstream support running under windows OS?
I want to use docker to pull the official deepstream image and then run the OS under windows, I don’t know if it is possible?
Here are the steps:
1, Install Docker Desktop: Download and install Docker Desktop from the official Docker website. after installation, start Docker Desktop and wait for it to run.
2, Download the DeepStream Docker image: Download the DeepStream Docker image from NVIDIA’s Docker Hub.
3, Start DeepStream container: Start DeepStream container with the following command
Where /path/to/your/deepstream/app is the directory path where the DeepStream application is stored locally, replace it with your own directory path. This will start DeepStream in the Docker container and mount the local application directory to the container.
4, Run the DeepStream application: In the Docker container, run the DeepStream application from the command line
deepstream-app -c <配置文件路径>