Skip to content

Commit

Permalink
fix bugs in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Jun 5, 2020
1 parent 8339f7d commit c6e5d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get -qq update && \
build-essential \
gnupg \
curl \
git \
python3 \
python3-dev \
python3-pip
Expand All @@ -34,4 +35,4 @@ COPY . /pegasusio/
WORKDIR /pegasusio/tests
RUN git clone https://github.com/klarman-cell-observatory/pegasus-test-data.git
WORKDIR /pegasusio/
RUN pip install -e .
RUN pip3 install -e .

0 comments on commit c6e5d83

Please sign in to comment.