jupyterhub-deploy-docker icon indicating copy to clipboard operation
jupyterhub-deploy-docker copied to clipboard

Fix to build fail

Open woowahan-jaehoon opened this issue 5 years ago • 0 comments

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.

woowahan-jaehoon avatar Nov 21 '19 12:11 woowahan-jaehoon