Skip to content

Commit

Permalink
Merge pull request #204 from minrk/dockerfile-no-req
Browse files Browse the repository at this point in the history
ipykernel no longer has requirements.txt
  • Loading branch information
Carreau committed Jul 19, 2015
2 parents 71c2387 + 8a24283 commit 92e0731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN mkdir -p /srv/
WORKDIR /srv/
RUN git clone --depth 1 https://github.com/ipython/ipykernel /srv/ipykernel
WORKDIR /srv/ipykernel
RUN pip2 install -r requirements.txt -e .
RUN pip3 install -r requirements.txt -e .
RUN pip2 install --pre -e .
RUN pip3 install --pre -e .

ADD . /srv/notebook
WORKDIR /srv/notebook/
Expand Down

0 comments on commit 92e0731

Please sign in to comment.