Skip to content

cannot build and Docker Container #7

@russelljjarvis

Description

@russelljjarvis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions