From 98aac3b7ed5060d2e498d4ab545482a525339120 Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Tue, 10 Sep 2019 14:06:19 -0700 Subject: [NFVBENCH-151] Allocate hugepages on two NUMAs in nfvbenchvm Change-Id: I001db6d15453bf3af8ad109d1497bc68e7c104a7 Signed-off-by: Yichen Wang --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 78b8484..6d69465 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV TREX_VER "v2.61" -ENV VM_IMAGE_VER "0.9" +ENV VM_IMAGE_VER "0.10" # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version # from the git tag -- cgit 1.2.3-korg