scidash / docker-stacks

Docker stacks for SciDash projects.
0 stars 0 forks source link

rgerkin dev for of Allensdk needs to be installed in Dockerfile. #4

Closed russelljjarvis closed 7 years ago

russelljjarvis commented 7 years ago

The following code will do it:

RUN pip install git+https://github.com/AllenInstitute/AllenSDK@py34_rgerkin --process-dependency-links
RUN python -c "import sciunit"
RUN pip install git+https://github.com/python-quantities/python-quantities
rgerkin commented 7 years ago

I fixed this in ca39d70.