GithubHelp home page GithubHelp logo

spiral-docker's Introduction

Docker for SPIRAL

Docker is easiest way to get the SPIRAL agent up and running on your machine. There is no need to build anything or install any packages (besides Docker itself).

Quickstart

  1. Install Docker on your local host machine.

  2. Run the following command in the terminal:

    docker run -it -p 8888:8888 ddtm/spiral:latest

    This will start an instance of Jupyter Notebook server.

    Note that you can replace 8888:8888 with <HOST_PORT>:8888 where <HOST_PORT> is a port on your local host machine.

  3. Follow the instructions and open the URL in your host web browser: http://127.0.0.1:8888/?token=...

  4. You should see a file browser. Select spiral-demo.ipynb.

  5. Voilà!

Now you should be able to go through the demo notebook. Use Shift + Enter to execute a cell and go to the next one. For more information on how to use Jupyter notebooks see, for example, this tutorial.

spiral-docker's People

Contributors

ddtm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spiral-docker's Issues

Docker Error

Hi , Thanks for creating docker image.
After installing docker , and following your instructions , I received here:

The Jupyter Notebook is running at:
[I 12:49:33.892 NotebookApp] http://(5556148fd95a or 127.0.0.1):8888/?token=<token>

but after opening notebook in browser , and runnig spiral-demo.ipynb and the first cell , I got :

Kernel Restarting
The kernel appears to have died. It will restart automatically.

What should i do ?

Regards

error import fluid enviroment

When I import fluid, it said spiral/spiral/environments/pyfluid.cpython-36m-x86_64-linux-gnu.so: undefined symbol: eglGetPlatformDisplayEXT
The Jupyter notebook traceback is like this:


ImportError Traceback (most recent call last)
in
10 import spiral.agents.default as default_agent
11 import spiral.agents.utils as agent_utils
---> 12 from spiral.environments import fluid
13 from spiral.environments import libmypaint
14

~/py/spiral/spiral/environments/fluid.py in
31 from spiral.environments import utils
32 from spiral.environments import config_pb2
---> 33 from spiral.environments import pyfluid
34
35

ImportError: /home/liuqy/py/spiral/spiral/environments/pyfluid.cpython-36m-x86_64-linux-gnu.so: undefined symbol: eglGetPlatformDisplayEXT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.