Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Refactor and image optimization

Latest
Compare
Choose a tag to compare
@zyndagj zyndagj released this 21 Apr 03:51
· 15 commits to master since this release
78cec3a

Changes and refactor for v0.3.3

Description

  • Added hub https://github.com/github/hub
  • Create persistent environments
    • conda create -y -p $LOCAL_ENVS/tabsAreGreat python=2.7 ipykernel 'scipy==0.16.0'
  • Discover persistent environments
    • conda env list
  • Create a new kernel
    • $LOCAL_ENVS/tabsAreGreat/bin/python -m ipykernel install --prefix $JUPYTER_WORK --name tabsAreGreat --display-name "tabs are great"
    • Refresh main page
  • Added ML modules
    • Tensorflow 1.6
    • Theano
    • Keras
  • Optimized image size by starting from ubuntu base
  • Build scripts now work on OSX
  • Added project and partner spaces