Commit 8ea6e2e2 authored by jchodera's avatar jchodera
Browse files

Install libxrender1

parent 2d7942b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
FROM nvidia/cuda

# Install some utilities
RUN apt-get update && apt-get install -y wget git
RUN apt-get update && \
    apt-get install -y -q wget git libxrender1 && \
    apt-get clean

# Install miniconda
RUN MINICONDA="Miniconda2-latest-Linux-x86_64.sh" && \