Skip to content

Instantly share code, notes, and snippets.

@kmader
Last active October 21, 2016 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmader/be6fb316fcfc2c9c7900336f18d25cf9 to your computer and use it in GitHub Desktop.
Save kmader/be6fb316fcfc2c9c7900336f18d25cf9 to your computer and use it in GitHub Desktop.
Important Docker Python Packages

Deep Learning / Tensorflow

# Install Python 3 Tensorflow
RUN conda install --quiet --yes 'tensorflow=0.9.0'
# Keras
RUN conda install --channel https://conda.anaconda.org/KEHANG --quiet --yes 'keras=1.0.8'

Elephas

# Use the latest version of hyperopts (python 3.5 compatibility)
RUN pip install https://github.com/hyperopt/hyperopt/archive/master.zip
# Elephas for distributed spark
RUN pip install elephas

Visualizations

VisPy

RUN conda install --quiet --yes 'vispy=0.4.0.106.gf8a69d0-np110py35_0'

VTK

RUN conda install --channel https://conda.anaconda.org/satra --quiet --yes 'vtk=7.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment