Steps to get started
- ISLR - free book
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:
- Ensure you are on Professional Version, and
- Enable Hyper-V: instructions for Windows 10, and
- Change your BIOS to allow virtualization: instructions for Windows 10, and
- 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
Getting started with docker for newbies
We will be using jupyter notebook to run excercises (most of the time) Getting started
git clone https://github.com/KCMachineLearning-AI-Group/KCAICoop_workbench.git
cd KCAICoop_workbench
docker pull kcaicoop/kcaicoop_workbench
./run.sh
(works on linux and mac windows 10 with the linux subsystem)- You should see a url returned in your terminal. copy the (http://localhost:8888/{randomstringhere}) and paste url in browser
git clone https://github.com/KCMachineLearning-AI-Group/KCAICoop_workbench.git
cd KCAICoop_workbench
./build.sh
(works on linux and mac and maybe windows 10 with the linux subsystem)./run.sh
(works on linux and mac windows 10 with the linux subsystem)- 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