Add installing libyaml-cpp-dev to docker/Dockerfile.base

This commit is contained in:
Matthew Giarra
2022-06-18 23:31:05 -04:00
parent d4f7b4ad8b
commit 1019e5f5ef
+2
View File
@@ -128,6 +128,8 @@ RUN cd ~/build && \
RUN cd ~ && rm -rf build RUN cd ~ && rm -rf build
RUN apt-get update && apt-get install -y libyaml-cpp-dev
RUN cd ~ && mkdir Development && cd Development && \ RUN cd ~ && mkdir Development && cd Development && \
git clone https://github.com/ceccocats/tkDNN.git && cd tkDNN && \ git clone https://github.com/ceccocats/tkDNN.git && cd tkDNN && \
mkdir build && cd build && \ mkdir build && cd build && \