jupyterhub-deploy-docker
jupyterhub-deploy-docker copied to clipboard
Fix to build fail
I built fail.
I found that when conda install psycopg2, python is upgraded 3.6 to 3.7.
This is caused to fail conda clean line and also caused to upgrade jupyter to 1.0.0.
So I add python=3.6 for fixed minor version.