Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide a Docker image #482

Open
andrewb-ms opened this issue Jan 17, 2018 · 4 comments
Open

Please provide a Docker image #482

andrewb-ms opened this issue Jan 17, 2018 · 4 comments

Comments

@andrewb-ms
Copy link

Setup instructions are a bit difficult to perform.

Can you provide a Docker container image that is ready to go? This would enable a lot more users to quickly try and adopt Sagecell, and shouldn't be much work.

@novoselt
Copy link
Member

Feel free to do it ;-) There are scripts for building a virtual machine for deployment, perhaps it can be used as a start.

@andrewb-ms
Copy link
Author

I found this here (it works!):

https://github.com/korniichuk/sagemathcell

I wonder if it would be worth linking to it in your docs?

@novoselt
Copy link
Member

It is not maintained (with last activity 2 years ago), so I'd rather not point there from official documentation.

@luisjba
Copy link

luisjba commented Jul 5, 2019

I created a SageCell docker image ready to go with a lot of configuration available, like customize ports, install extra libraries on start up, run Jupiter Notebook and use sage as application.

SageCell Docker Image

Sagecell Docker Image Source Code Repository

Installation

docker pull luisjba/sagecell

Running SageCell

docker run -d -p 8888:8888 luisjba/sagecell

I hope you find it useful for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants