Skip to content

Instantly share code, notes, and snippets.

@bpesquet
Created September 17, 2018 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpesquet/920c97c4675f24442b633e75ec1ab1a9 to your computer and use it in GitHub Desktop.
Save bpesquet/920c97c4675f24442b633e75ec1ab1a9 to your computer and use it in GitHub Desktop.
JupyterHub installation on Ubuntu 16.04
  • Ubuntu 16.04

  • CUDA 9.2

  • cuDNN 7.1.4

  • TF dependancies

  • Anaconda 3 in /usr/local/anaconda3

  • Clone TF 1.8

  • Compil TF (Python 3.6 par défaut)

  • Build package TF

  • sudo visudo. Add /usr/local/anaconda3/bin at end of secure_path

  • sudo pip install tensorflow*.whl

  • conda install -c conda-forge jupyterhub

  • pip install oauthenticator

  • jupyterhub --generate-config /etc/jupyterhub/

  • Modif fichier config https://github.com/jupyterhub/jupyterhub/wiki/Run-jupyterhub-as-a-system-service

  • sudo systmectl enable jupyterhub to launch it at startup

  • ssh-keygen -t rsa

  • SSL : chaine certificats

  • DNS zone

  • sudo pip install keras https://stackoverflow.com/a/48214084/2380880

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment