Giter Club home page Giter Club logo

docker's Introduction

rapidsai/docker

This repository contains the end-user docker images for RAPIDS.

Image types

There are two image types: base (rapidsai/rapidsai) and notebooks (rapidsai/rapidsai-notebooks).

Base image

This image can be found here: https://hub.docker.com/r/rapidsai/rapidsai

It contains the basic installation of RAPIDS and dask-sql. By default it starts an ipython REPL.

Notebooks image

This image can be found here: https://hub.docker.com/r/rapidsai/rapidsai-notebooks

It extends the base images to include RAPIDS notebooks and a jupyterlab server which starts automatically.

Image tags

Tags for both base and notebooks images take the form of ${RAPIDS_VER}-cuda${CUDA_VER}-py${PYTHON_VER}.

There is no latest tag.

Environment Variables

The following environment variables can be passed to the docker run commands for each image:

  • EXTRA_CONDA_PACKAGES - used to install additional conda packages in the container. Use a space separated list of conda version specs
  • CONDA_TIMEOUT - how long (in seconds) the conda install should wait before exiting
  • EXTRA_PIP_PACKAGES - used to install additional pip packages in the container. Use a space separated list of pip version specs
  • PIP_TIMEOUT - how long (in seconds) the pip install should wait before exiting
  • UNQUOTE - Whether the command line args to docker run should be executed with or without being quoted. Default to false and it is unlikely that you need to change this.

Bind Mounts

Mounting files/folders to the locations specified below provide additional functionality for the images.

  • /home/rapids/environment.yml - a conda YAML environment file that contains a list of dependencies that will be installed. The file should look like:
dependencies:
  - beautifulsoup4
  - jq

Contributing

Please see CONTRIBUTING.md for details on how to contribute to this repo.

docker's People

Contributors

ajschmidt8 avatar rlratzel avatar mike-wendt avatar dillon-cullinan avatar raydouglass avatar jjacobelli avatar aleksficek avatar ayodeawe avatar msadang avatar jacobtomlinson avatar efajardo-nv avatar mluukkainen avatar gputester avatar charlesbluca avatar github-actions[bot] avatar jolorunyomi avatar bdice avatar dantegd avatar jakirkham avatar ayushdg avatar bsuryadevara avatar okoskinen avatar riebart avatar dependabot[bot] avatar renovate[bot] avatar quasiben avatar bradreeswork avatar mattf avatar miguelusque avatar

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.