Skip to content

Commit

Permalink
remove unnecessary statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jgould committed Feb 21, 2019
1 parent 03be462 commit bb52e6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ADD https://raw.githubusercontent.com/klarman-cell-observatory/KCO/master/docker
RUN apt-get update \
&& conda update -y -n base -c defaults conda \
&& conda install -y -c conda-forge pot \
&& conda install -y Cython h5py matplotlib numpy pandas joblib scipy scikit-learn seaborn statsmodels numba pytables \
&& pip install --upgrade pip \
&& pip install wot scanpy \
&& chmod a+rx /software/*
Expand Down

0 comments on commit bb52e6e

Please sign in to comment.