Commit 00a1ade8 authored by Hongjoo Lee's avatar Hongjoo Lee

add sqlalchemy to conda install command

parent e8c4e99b
......@@ -62,6 +62,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'numba=0.23*' \
'bokeh=0.11*' \
'h5py=2.5*' \
'sqlalchemy=1.0*' \
'pyzmq' && \
conda remove -n python2 --quiet --yes --force qt pyqt && \
conda clean -tipsy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment