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
# RUN sed -i "s#deb http://deb.debian.org/debian stretch main contrib non-free#deb http://deb.debian.org/debian stretch main contrib non-free#g" /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y software-properties-common
RUN add-apt-repository 'deb http://deb.debian.org/debian stretch main contrib non-free'
RUN apt-get update && apt-get install -y ocl-icd-opencl-dev