Commit 3e9062af authored by leswing's avatar leswing
Browse files

No more utf-8 in readme

parent 0dcb9884
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ ENV PATH /miniconda/bin:$PATH
# Install deepchem with GPU support from github using Tue 14 Mar 2017 git head
# TODO: Get rid of this when there is a stable release of deepchem.
RUN conda update -n base conda
RUN git clone https://github.com/lilleswing/deepchem.git && \
RUN export LANG=en_US.UTF-8 && \
    git clone https://github.com/lilleswing/deepchem.git && \
    cd deepchem && \
    git checkout version-bumps && \
    sed -i -- 's/tensorflow$/tensorflow-gpu/g' scripts/install_deepchem_conda.sh && \
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
name = deepchem
author = Bharath Ramsundar, Evan Feinberg, Pande Lab Stanford
summary = Deep-learning models for drug discovery and quantum chemistry
description-file = README.md
home-page = https://github.com/pandegroup/deepchem
license = MIT
version = 2.0.1