openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

Pre-compile Go code so the pip package doesn't depend on Go #6

Open jeremyschlatter opened 7 years ago

jeremyschlatter commented 7 years ago

Also vendor in libjpeg-turbo

jeremyschlatter commented 7 years ago

Currently setting up CI to build Python wheels of this package.

Dadle88 commented 6 years ago

By making go-vncdriver not require Go installation you woul enable OpenAI universe to run in cloud environments such as Data Science Experience. Would love to see this.