Skip to content

Instantly share code, notes, and snippets.

@hammer
hammer / Dockerfile
Last active February 24, 2018 20:39 — forked from flying-sheep/Dockerfile
scanpy-locale-setup
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