Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-12-05 11:03:41 +01:00 committed by GitHub
parent 6b00a46ca6
commit 418e747dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,6 @@ RUN git clone --recursive https://github.com/twobombs/cuburn.git
# RUN cd /pycuda&&configure&&make&&make install
RUN add-apt-repository universe
RUN apt-get update
RUN apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all
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