Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xunzheng committed Jan 12, 2020
1 parent e622db0 commit e713918
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y \
apt-utils \
python3-pip \
python3-dev \
pkg-config \
libigraph0v5 \
libigraph0-dev
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade setuptools
RUN pip3 install --upgrade --no-cache \
jupyter \
numpy \
scipy \
python-igraph
RUN apt-get update && \
apt-get install -y apt-utils \
python3-pip \
python3-dev \
pkg-config \
libigraph0v5 \
libigraph0-dev && \
pip3 install --upgrade --no-cache jupyter \
numpy \
scipy \
python-igraph \
tqdm

0 comments on commit e713918

Please sign in to comment.