pyston / pyston_v1

The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
https://github.com/pyston/pyston/
4.89k stars 290 forks source link

Provide a docker image to make it easy to try Pyston #1096

Open kmod opened 8 years ago

kmod commented 8 years ago

Or maybe some other tool (Vagrant was suggested at one point). This gets asked for fairly regularly and I think is appreciated in other projects when available.

We're happy to help out from the Pyston side but if anyone with some experience setting up docker containers wants to give this a go, it would really helpful :)

corona10 commented 8 years ago

I simply made for v0.4 as sample You can pull image by docker pull corona10/pyston:0.4 And also here is the link

corona10 commented 8 years ago

but in my opinion we can do better job with automated build for provide latest pyston docker image

jakirkham commented 8 years ago

+1 for a docker image. Should be pretty easy considering this should already build on Ubuntu (version? precise?). Could just use a base image that starts with that version of Ubuntu and then apt-get anything else that is needed. Also, could use Docker Hub automated builds so dev releases can be tried easily.

aisk commented 8 years ago

I used Vagrant to build Pyston for a while, this is the Vagrant file I used: https://gist.github.com/aisk/efd38d84575ed7087280

I think we can provide docker and vagrant envs both to let people choose which they want (since use docker in OSX is not straight-forwar), and maintain both of them seems not a hard work.

funkyfuture commented 8 years ago

for what i can tell an automated build seems out of its resources limits (2h and afair 1GB RAM, 1 CPU and 30GB drive).

i suppose a debian package would be a good idea anyway. if that dependency on texlive-extra-utils with its vast amount of dependencies wouldn't be required a build may fit within the limits.

jakirkham commented 3 years ago

Congrats on your new company! Glad to see this project moving forward 😄 🎉

kmod commented 3 years ago

Thanks @jakirkham !