-
Notifications
You must be signed in to change notification settings - Fork 3
cannot build and Docker Container #7
Copy link
Copy link
Closed
Description
I have added these lines to a Dockerfile
https://github.com/russelljjarvis/tests/blob/master/Dockerfile#L28-L37
FROM jupyter/scipy-notebook
RUN git clone https://github.com/openworm/ChannelWorm.git
WORKDIR ChannelWorm
RUN pip install .
WORKDIR $HOME
RUN pip install git+https://github.com/OpenSourceBrain/osb-model-validation
RUN pip install git+https://github.com/openworm/CElegansNeuroML.git
#RUN sudo chown -R jovyan $HOME
WORKDIR $HOME
WORKDIR openworm
#RUN sudo chown -R jovyan $HOME
ENV OPENWORM_HOME pwd
# over looked
ENV OW_HOME pwd
# over looked
RUN pip install quantities sciunit
WORKDIR $HOME
RUN git clone http://github.com/openworm/tests.git
WORKDIR tests
RUN pip install -e . --process-dependency-links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels