diff options
author | Yichen Wang <yicwang@cisco.com> | 2019-09-10 14:06:19 -0700 |
---|---|---|
committer | Yichen Wang <yicwang@cisco.com> | 2019-09-10 16:54:46 -0700 |
commit | 98aac3b7ed5060d2e498d4ab545482a525339120 (patch) | |
tree | 517a4a7d47fc3bfe50004420ba94b5d2c2ab9a84 /docker | |
parent | 50a01aacb26028cf23e7ee2583c368adff3a4b2e (diff) |
[NFVBENCH-151] Allocate hugepages on two NUMAs in nfvbenchvm3.6.1
Change-Id: I001db6d15453bf3af8ad109d1497bc68e7c104a7
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |