You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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'