Other
Docking@Home
English
molecular-docking
drug-discovery
distributed-computing
autodock
boinc
chemistry
biology
agent
computational-chemistry
bioinformatics
gpu-acceleration
distributed-network
decentralized
Instructions to use OpenPeerAI/DockingAtHOME with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Docking@Home
How to use OpenPeerAI/DockingAtHOME with Docking@Home:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Remove Docker Pull (Not Available Yet) and API Documentation (Localhost)
Browse files
README.md
CHANGED
|
@@ -107,13 +107,6 @@ make -j$(nproc)
|
|
| 107 |
sudo make install
|
| 108 |
```
|
| 109 |
|
| 110 |
-
### Docker Installation
|
| 111 |
-
|
| 112 |
-
```bash
|
| 113 |
-
docker pull your-org/docking-at-home:latest
|
| 114 |
-
docker run -d --gpus all your-org/docking-at-home:latest
|
| 115 |
-
```
|
| 116 |
-
|
| 117 |
## Quick Start
|
| 118 |
|
| 119 |
### Web GUI (Recommended!)
|
|
@@ -195,10 +188,6 @@ Configuration files are located in `config/`:
|
|
| 195 |
- `decentralized.conf` - Distributed Network Settings
|
| 196 |
- `cloud_agents.conf` - AI orchestration parameters
|
| 197 |
|
| 198 |
-
## API Documentation
|
| 199 |
-
|
| 200 |
-
Full API documentation is available at [docs/API.md](docs/API.md)
|
| 201 |
-
|
| 202 |
## Performance
|
| 203 |
|
| 204 |
On a typical configuration:
|
|
|
|
| 107 |
sudo make install
|
| 108 |
```
|
| 109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
## Quick Start
|
| 111 |
|
| 112 |
### Web GUI (Recommended!)
|
|
|
|
| 188 |
- `decentralized.conf` - Distributed Network Settings
|
| 189 |
- `cloud_agents.conf` - AI orchestration parameters
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
## Performance
|
| 192 |
|
| 193 |
On a typical configuration:
|