Skip to content

HScally/KCAICoop-Getting-Started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

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

About

Steps to provision your machine for the KCAICoop curriculum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published