prep for 1.21 release

This commit is contained in:
thelamer 2020-11-19 11:02:20 -08:00
parent 790f0ad703
commit 40512389ae
4 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,9 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get update && \
apt-get install -y \
beignet-opencl-icd \
jq \
ocl-icd-libopencl1 \
udev \
unrar \
wget && \