Commit 302b2dc6 authored by leswing's avatar leswing
Browse files

Dockerfile upgrade

parent 277432b7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -21,10 +21,9 @@ ENV PATH /miniconda/bin:$PATH
# TODO: Get rid of this when there is a stable release of deepchem.
RUN git clone https://github.com/deepchem/deepchem.git && \
    cd deepchem && \
    git checkout tags/1.2.0 && \
    git checkout tags/1.3.0 && \
    sed -i -- 's/tensorflow$/tensorflow-gpu/g' scripts/install_deepchem_conda.sh && \
    bash scripts/install_deepchem_conda.sh root && \
    pip install tensorflow-gpu==1.0.1 && \
    python setup.py develop

# Clean up