Commit 537af984 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 remove args that we can't use

parent 734740c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ install:
  - hash -r
  - conda config --set always_yes yes --set changeps1 no
  - conda update -q conda
  - bash scripts/install_deepchem_conda.sh deepchem
  - bash scripts/install_deepchem_conda.sh cpu
  - conda activate deepchem
  - python setup.py install
script:
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ RUN conda update -n base conda && \
    git clone --depth 1 https://github.com/deepchem/deepchem.git && \
    cd deepchem && \
    . /miniconda/etc/profile.d/conda.sh && \
    bash scripts/install_deepchem_conda.sh deepchem gpu && \
    bash scripts/install_deepchem_conda.sh gpu && \
    conda activate deepchem && \
    python setup.py install && \
    conda clean -afy && \
+0 −2
Original line number Diff line number Diff line
@@ -21,5 +21,3 @@ You can generate docs in other formats as well if you like. To clean up past bui
```
make clean
```

+3 −3
Original line number Diff line number Diff line
@@ -138,21 +138,21 @@ Then, execute the shell script.

.. code-block:: bash

    bash scripts/install_deepchem_conda.sh deepchem
    bash scripts/install_deepchem_conda.sh cpu


If you want GPU support:

.. code-block:: bash

    bash scripts/install_deepchem_conda.sh deepchem gpu
    bash scripts/install_deepchem_conda.sh gpu


If you are using the Windows and the PowerShell:

.. code-block:: ps1

    .\scripts\install_deepchem_conda.ps1 deepchem
    .\scripts\install_deepchem_conda.ps1 cpu


| Before activating deepchem environment, make sure conda has been initialized.
+3 −3
Original line number Diff line number Diff line
pandas
sklearn
scikit-learn
sphinx_rtd_theme
tensorflow
tensorflow_probability
tensorflow==2.2.0
tensorflow_probability==0.10.1
Loading