We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c7218 commit d203d97Copy full SHA for d203d97
continuous_integration/Dockerfile-debian10.6
@@ -23,6 +23,10 @@ RUN wget https://launchpad.net/~limapublisher/+archive/ubuntu/ppa/+files/libtens
23
&& dpkg -i libtensorflow-for-lima-generic_1.9-ubuntu7~20.04_amd64.deb \
24
&& rm -f libtensorflow-for-lima-generic_1.9-ubuntu7~20.04_amd64.deb
25
26
+RUN wget https://launchpad.net/~limapublisher/+archive/ubuntu/ppa/+files/libtensorflow-for-lima-dev_1.9-ubuntu7~20.04_amd64.deb -q \
27
+ && dpkg -i libtensorflow-for-lima-dev_1.9-ubuntu7~20.04_amd64.deb \
28
+ && rm -f libtensorflow-for-lima-dev_1.9-ubuntu7~20.04_amd64.deb
29
+
30
# Install recent cmake
31
WORKDIR /cmake_build
32
RUN wget https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh -q
0 commit comments