Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-12-11 20:36:29 +01:00 committed by GitHub
parent ff350b4111
commit 7a6ee2cff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,6 @@ RUN apt-get update&&apt-get install -y git software-properties-common python-sof
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
# RUN cd /pycuda&&./configure.py&&./make&&./make install
RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all
RUN pip install numpy scipy