Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
k8sfixes3
  • Loading branch information
100rish committed Jan 3, 2025
1 parent c48047f commit f1c0da9
Show file tree
Hide file tree
Showing 2 changed files with 1,690 additions 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 apt-get update -y && apt-get upgrade -y && \
# 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
Loading

0 comments on commit f1c0da9

Please sign in to comment.