Deploying to Windows and using Conda env

I’m looking to deploy my application on a windows server. Locally, I set up the application with conda and I’m now looking to deploy on a internal server. I looked at the documentation and I’m still not sure of the proper deployment process. A couple of questions.

Do I need to install docker on the server or can I just create the conda environment and have github actions activate it?

Hi @sigccil

Here’s a related thread that delves into deploying on Windows:

Hope this helps!