Giter Site home page Giter Site logo

gnina-image's Introduction

Docker Image CI

Note: This project is unmaintained

The gnina project now offers its own Docker images, so users who want to run gnina in a container should use those instead. See: https://hub.docker.com/u/gnina.

gnina Docker Image

A Docker image that can be used to run gnina. The image can be found on Docker Hub. It can be run interactively with the following:

$ docker run \
    -it --volume "$PWD":/code:rw \
    traviswheelerlab/gnina:latest

or noninteractively with the following:

$ docker run \
    --volume "$PWD":/code:rw \
    traviswheelerlab/gnina:latest ./my_gnina_app

Both of these commands will mount the current working directory within the container at /code. This directory will also start out as the current working directory within the running container.

Description

This image attempts to make gnina a little easier to use, given that it has quite a few dependencies and isn't the easiest thing in the world to build.

Tooling

We use a GitHub Action to publish tagged versions of the container to Docker Hub: https://github.com/marketplace/actions/build-and-push-docker-images.

Authors

gnina-image's People

Contributors

glesica avatar

Stargazers

Maria Dubyaga avatar Joerg Kurt Wegner avatar

Watchers

 avatar Joerg Kurt Wegner avatar Travis Wheeler avatar James Cloos avatar  avatar

gnina-image's Issues

Add support for tags to build.sh

We'd like to be able to build versioned images for reproducibility. Eventually we can do something fancy with tags, but for now just add a parameter to the build script with a version.

Auto-build images for tags

Right now there is a GitHub Actions workflow set up to build and push the image whenever a tag is pushed to the repo. However, the build takes too long and the builder times out. We ought to be able to do this somehow, maybe using Docker Hub's infrastructure and a service GitHub account. We could also look at using our own builder for GitHub Actions since we've got at least one routable server available to us.

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.