GithubHelp home page GithubHelp logo

mcs07 / docker-rdkit Goto Github PK

View Code? Open in Web Editor NEW
18.0 3.0 11.0 8 KB

RDKit Docker images

Home Page: https://hub.docker.com/r/mcs07/rdkit/

License: MIT License

Dockerfile 100.00%
docker-image cheminformatics rdkit

docker-rdkit's Introduction

RDKit Docker Image

RDKit is a collection of cheminformatics and machine-learning software written in C++ and Python.

This Docker image provides a Debian distribution with Python 3 and all other dependencies installed via the Debian package manager. RDKit is compiled from source.

This Docker image is designed to provide a lightweight RDKit installation, without any unnecessary build tools or package management infrastructure in the final image. Other images may inherit from it, or use it as an earlier stage in a multi-stage build process. See the mcs07/postgres-rdkit image for an example of this.

For a more complete environment that is easier to work with but results in a larger image, you may be better served by using a miniconda image and using conda install to add RDKit and other dependencies.

Running

Run rdkit container with an interactive shell:

docker run -it --rm mcs07/rdkit:latest /bin/bash

Or a python interpreter:

docker run -it --rm mcs07/rdkit:latest python3

Building

A multi-stage docker build is used to produce a lightweight production image without all the build dependencies. To build, run:

docker build -t rdkit .

Related Projects

docker-rdkit's People

Contributors

mcs07 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-rdkit's Issues

Getting c++: fatal error: Killed signal terminated program cc1plus while builiding

Hi there,

First of all many thanks for this fenomenal clean Dockerfile and a great example of how to dockerize RDKit (or anything else really).

Bumped into a small problem, getting this error during builds

c++: fatal error: Killed signal terminated program cc1plus

It's not super clear from the error what the problem is โ€“ googling around it's clearly a memory error.

Fixed it by upping the docker accessible memory from 2GB to 3GB. Documenting it here in case other people stumble and get confused.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.