On 15 January 2016 at 20:49, Kurt Pagani <[email protected]> wrote: > >> When can we look forward to an update? :) > > This one (https://hub.docker.com/r/nilqed/ifricas/) is really outdated, > I even suppose it's the old wrapper kernel written in Python. >
Yes, I thought so. It just happened that this was the first one I pulled when browsing on docker hub. Later I realized I probably got the wrong one. In general it seems to me that docker hub is a bit deficient when it comes to categorizing and locating images. There are no obvious dates until you drill down a bit. > > The current docker image corresponding to > https://github.com/nilqed/fricas_jupyter is: > > https://hub.docker.com/r/nilqed/fricas_jupyter/ > > It's an automated build, so it is (should be) perfectly synchronized > with the sources (push in git -> build on docker.com). > When I last looked at https://hub.docker.com/r/nilqed/fricas_jupyter/builds/ It showed Last Updated 2 months ago. Now I see "4 hours ago" so that's definitely encouraging. :) > > Usage: > > docker pull nilqed/fricas_jupyter > docker run -p 443:8888 -t -i nilqed/fricas_jupyter jupyter notebook > go to http://localhost:443 > New -> FriCAS > Thanks. But I hseem to have a problem. When I run this I get wspage@suse:~> docker run -p 443:8888 -t -i nilqed/fricas_jupyter jupyter notebook [I 06:11:03.271 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret [I 06:11:03.315 NotebookApp] Serving notebooks from local directory: / [I 06:11:03.315 NotebookApp] 0 active kernels [I 06:11:03.315 NotebookApp] The IPython Notebook is running at: http://localhost:8888/ [I 06:11:03.315 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [W 06:11:03.316 NotebookApp] No web browser found: could not locate runnable browser. -- In another console I can see the container status wspage@suse:~> docker ps -l CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 87a8b187d8ae nilqed/fricas_jupyter "jupyter notebook" About a minute ago Up About a minute 0.0.0.0:443->8888/tcp sleepy_boyd -- but if I try to access http://127.0.0.1:443 from FireFox on the host I get The connection was reset The connection to the server was reset while the page was loading. -- I am not sure what is going on or how to diagnose it. > > I've tried to compile the kernel with other Lisps (ABCL,ECL,CCL seem to > work),however, GCL and CLISP show up with some issues. May I ask you > which Lisp flavour do you prefer? > Definitely SBCL. Bill. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
