-
-
Save flying-sheep/0e003ae3398dd543638955a55c031c8d to your computer and use it in GitHub Desktop.
scanpy-locale-setup
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 && \ | |
apt-get clean | |
RUN apt-get install -y python3-numpy # not necessary in scanpy 0.2.9.2/0.2.10 | |
RUN python3 --version | |
RUN pip3 --version | |
RUN pip3 install scanpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment