Commit c5f96d70 authored by leswing's avatar leswing
Browse files

Dockerfile Update

parent 3e9062af
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -26,13 +26,11 @@ RUN export LANG=en_US.UTF-8 && \
    git checkout version-bumps && \
    sed -i -- 's/tensorflow$/tensorflow-gpu/g' scripts/install_deepchem_conda.sh && \
    bash scripts/install_deepchem_conda.sh && \
    python setup.py develop && \
    python -c 'import deepchem'
    python setup.py develop

# Clean up
RUN cd deepchem && \
    git clean -fX

# Check that we can import DeepChem
RUN source activate deepchem
#RUN pip install nose && \