Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
k8sfixes1
  • Loading branch information
100rish committed Jan 3, 2025
1 parent 47ad765 commit 581c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ RUN git clone https://github.com/kubernetes-client/c.git /k8s && \
# VDMS
WORKDIR /vdms
# hadolint ignore=DL3003,SC2086
RUN git clone -b master --recurse-submodules https://github.com/IntelLabs/vdms.git /vdms && \
RUN git clone -b kubernetes_support --recurse-submodules https://github.com/IntelLabs/vdms.git /vdms && \
sed -i "s|java-11-openjdk|java-17-openjdk|g" /vdms/src/pmgd/java/CMakeLists.txt && \
sed -i "s|#include <stdio.h>|#include <stdio.h>\n#include <stdexcept>|" /vdms/src/pmgd/test/neighbortest.cc && \
sed -i "s|#include <stdio.h>|#include <stdio.h>\n#include <stdexcept>|" /vdms/src/pmgd/tools/mkgraph.cc && \
Expand Down

0 comments on commit 581c4ce

Please sign in to comment.