https://github.com/rvianello/docker-postgres-rdkit
The PostgreSQL image, just extended with the RDKit cartridge
https://github.com/rvianello/docker-postgres-rdkit
docker postgresql rdkit
Last synced: 5 months ago
JSON representation
The PostgreSQL image, just extended with the RDKit cartridge
- Host: GitHub
- URL: https://github.com/rvianello/docker-postgres-rdkit
- Owner: rvianello
- License: other
- Created: 2020-02-11T19:58:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T14:30:15.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T18:16:55.383Z (almost 2 years ago)
- Topics: docker, postgresql, rdkit
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
postgres-rdkit
==============
This repository provides a Dockerfile for extending the official PostgreSQL debian-based Docker image, with the installation of the RDKit cartridge.
Example command to build the image:
```bash
docker build -f Dockerfile --build-arg postgres_image_version="12.17-bullseye" --build-arg postgres_version=12 --build-arg rdkit_git_ref=Release_2023_09_6 --tag rdkit-postgres-12-rdkit_2023_09_6:latest .
```
For everything related to how to run postgres, you should be able to just refer to the documentation for the [upstream image](https://hub.docker.com/_/postgres).
For everything related to how to use the RDKit cartridge, you can refer to the related [documentation](https://www.rdkit.org/docs/Cartridge.html).