This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:17.10 | |
ENV LANG C.UTF-8 | |
RUN apt-get update && \ | |
apt-get install -y python3 python3-pip libxml2-dev zlib1g-dev wget git cmake && \ | |
apt-get clean | |
RUN apt-get install -y python3-numpy # not necessary in scanpy 0.2.9.2/0.2.10 |