Skip to content

Commit

Permalink
Update Dockerfile_py35
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Mar 15, 2017
1 parent a85a20a commit a68d2b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile_py35
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ RUN conda config --add channels conda-forge && \
conda install -y numpy>=1.12.0 scipy matplotlib && \
python -c "from matplotlib import font_manager"

COPY . /root/src/mriqc/
COPY . /opt/src/mriqc/

RUN pip install -r /root/src/mriqc/requirements.txt
RUN pip install -r /opt/src/mriqc/requirements.txt

WORKDIR /root/src/mriqc
WORKDIR /opt/src/mriqc

RUN pip install -e .[all]

Expand Down

0 comments on commit a68d2b2

Please sign in to comment.