Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding bash-script for lightweight installs #2618

Merged
merged 6 commits into from Aug 3, 2021

Conversation

VIGNESHinZONE
Copy link
Contributor

Pull Request Template

Description

Fix #2611 (Partially)

In this PR, I have included a shell script that installs deepchem package for them depending on the environment. Recommended only for Linux environments.

This is a Nightly install and was adapted from -

  1. deepchem/docker/nightly/Dockerfile
  2. [deepchem/scripts/install_deepchem_conda.sh]https://github.com/deepchem/deepchem/blob/master/scripts/install_deepchem_conda.sh)
source scripts/light/install_deepchem.sh 3.8 gpu tensorflow

@VIGNESHinZONE
Copy link
Contributor Author

@rbharath I can update the above changes in

  1. https://deepchem.readthedocs.io/en/latest/get_started/installation.html#from-source-with-conda
  2. Nightly/Dockerfile

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2021

Codecov Report

Merging #2618 (87f27e1) into master (d636878) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2618      +/-   ##
==========================================
- Coverage   53.87%   53.85%   -0.02%     
==========================================
  Files         321      321              
  Lines       28548    28556       +8     
==========================================
  Hits        15379    15379              
- Misses      13169    13177       +8     
Impacted Files Coverage Δ
deepchem/molnet/load_function/uspto_datasets.py 35.29% <0.00%> (-6.57%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d636878...87f27e1. Read the comment docs.

Copy link
Member

@rbharath rbharath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some build errors have cropped up. Let me know once the errors are fixed and will do a pass!

Copy link
Member

@rbharath rbharath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VIGNESHinZONE Looks good to me. Let me know once CI is clear and this is ready to merge in!

@rbharath rbharath merged commit 240fce5 into deepchem:master Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeepChem Development Docker Image
3 participants