mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-03-14 07:21:29 -04:00
Update Dockerfile
This commit is contained in:
parent
6b00a46ca6
commit
418e747dfb
@ -12,9 +12,6 @@ RUN git clone --recursive https://github.com/twobombs/cuburn.git
|
|||||||
|
|
||||||
# RUN cd /pycuda&&configure&&make&&make install
|
# RUN cd /pycuda&&configure&&make&&make install
|
||||||
|
|
||||||
RUN add-apt-repository universe
|
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 apt-get update
|
|
||||||
RUN apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all
|
|
||||||
|
|
||||||
RUN pip install numpy scipy
|
RUN pip install numpy scipy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user