Skip to content

Commit

Permalink
[ADD] disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapels committed Dec 17, 2024
1 parent 68a863a commit 1e3849d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ More detailed and comprehensive documentation in [DeepMol readthedocs](https://d

### Table of contents:

- [Requirements](#requirements)
- [Installation](#installation)
- [Pip](#pip)
- [Manually](#manually)
- [Docker](#docker)
- [Disclaimer](#disclaimer)
- [Getting Started](#getting-started)
- [Load dataset from csv](#load-a-dataset-from-a-csv)
- [Load dataset from sdf](#load-a-dataset-from-a-sdf)
Expand All @@ -43,11 +43,6 @@ More detailed and comprehensive documentation in [DeepMol readthedocs](https://d
- [License](#licensing)


## Requirements




## Installation

### Pip
Expand Down Expand Up @@ -112,6 +107,10 @@ You can also use the provided image to build your own Docker image:
docker pull biosystemsum/deepmol
```

### Disclaimer

If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.


## Getting Started

Expand Down
4 changes: 4 additions & 0 deletions README_pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ You can also use the provided image to build your own Docker image:
docker pull biosystemsum/deepmol
```

### Disclaimer

If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.


## Getting Started

Expand Down
4 changes: 4 additions & 0 deletions docs/deepmol_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ You can also use the provided image to build your own Docker image:
```bash
docker pull biosystemsum/deepmol
```

### Disclaimer

If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.

0 comments on commit 1e3849d

Please sign in to comment.