GithubHelp home page GithubHelp logo

cyverse-gis / orange-ml-xfce4 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 74 KB

Image ported from acopar/orange-docker and updated

Home Page: https://hub.docker.com/r/acopar/orange-docker

License: GNU General Public License v3.0

Dockerfile 47.64% Shell 52.36%

orange-ml-xfce4's Introduction

Orange docker

Docker image for Orange Data Mining Suite.

Dependencies

Quick Setup

Start orange docker container and bind ports 5901 (VNC interface) and 6901 (browser interface).

    docker run -p 127.0.0.1:5901:5901 -p 127.0.0.1:6901:6901 -it acopar/orange-docker

Connect

On host machine, connect to orange docker with the following url in browser:

http://localhost:6901/

   vncviewer localhost:5901

If you want to connect to orange docker remotely, create ssh tunnel on port 6901 (5901 for vnc connectivity).

    ssh user@remote -L 6901:localhost:6901 -N -f

Now you can connect to the remote session via browser http://localhost:6901/ or via VNC:

    ssh user@remote -L 5901:localhost:5901 -N -f
    vncviewer localhost:5901

Sharing data

The data inside the container is not persistent. If necessarry, declare additional volume mount points. This allows file sharing between the host and the container.

    docker run -p 127.0.0.1:5901:5901 -p 127.0.0.1:6901:6901 -v datasets:/home/orange/datasets -it acopar/orange-docker

orange-ml-xfce4's People

Contributors

acopar avatar tyson-swetnam avatar

Watchers

 avatar  avatar

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.