Coder Social home page Coder Social logo

kcaicoop-getting-started's Introduction

KCAICoop-Getting-Started

Steps to get started

Reading Material (will be dynamically updated)

Docker

We will be using docker for our compute environment. This makes it easy for people to colloborate on different os platforms

Update: If you are having trouble installing Docker on a Windows computer, try the following:

  1. Ensure you are on Professional Version, and
  2. Enable Hyper-V: instructions for Windows 10, and
  3. Change your BIOS to allow virtualization: instructions for Windows 10, and
  4. After you've downloaded docker and git and run the build.sh file, if you get an error when you run ".\run.sh", try changing the file in one place.
    a. In Windows Explorer, navigate to the file, it should be in the folder named "C:\Users*user*\KCAICoop_workbench"
    b. Open it in notepad and change the line "docker run -it --rm " to "docker run -i --rm "

End Update

Our Docker Container

Getting started with docker for newbies

We will be using jupyter notebook to run excercises (most of the time) Getting started

Instructions how to run the docker image

Using Docker Pull
  1. git clone https://github.com/KCMachineLearning-AI-Group/KCAICoop_workbench.git
  2. cd KCAICoop_workbench
  3. docker pull kcaicoop/kcaicoop_workbench
  4. ./run.sh (works on linux and mac windows 10 with the linux subsystem)
  5. You should see a url returned in your terminal. copy the (http://localhost:8888/{randomstringhere}) and paste url in browser
Using build script
  1. git clone https://github.com/KCMachineLearning-AI-Group/KCAICoop_workbench.git
  2. cd KCAICoop_workbench
  3. ./build.sh (works on linux and mac and maybe windows 10 with the linux subsystem)
  4. ./run.sh (works on linux and mac windows 10 with the linux subsystem)
  5. You should see a url returned in your terminal. copy the (http://localhost:8888/{randomstringhere}) and paste url in browser

you should now be in the jupyter notebook environment

kcaicoop-getting-started's People

Contributors

learnedvector avatar alexs-thompson avatar trcook avatar

Watchers

James Cloos 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.