Skip to content

Commit

Permalink
Tag the image in local docker build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anujkaliaiitd committed Jul 9, 2024
1 parent d51fbf2 commit acd6310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ RUN echo /usr/local/lib64 > /etc/ld.so.conf.d/usr_local.conf && ldconfig
# Set env variable for DPDK
ENV RTE_SDK /root/dpdk

# Parts of DPDK that aren't needed for Machnet are disabled to help with the container size and so that LTO hopefully has an easier time finding optimizations.

# Parts of DPDK that aren't needed for Machnet are disabled to help with the container size
ENV DPDK_DISABLED_APPS dumpcap,graph,pdump,proc-info,test-acl,test-bbdev,test-cmdline,test-compress-perf,test-crypto-perf,test-dma-perf,test-eventdev,test-fib,test-flow-perf,test-gpudev,test-mldev,test-pipeline,test-regex,test-sad,test-security-perf
ENV DPDK_DISABLED_DRIVER_GROUPS raw/*,crypto/*,baseband/*,dma/*,event/*,regex/*,ml/*,gpu/*,vdpa/*,compress/*
ENV DPDK_DISABLED_COMMON_DRIVERS common/qat,common/octeontx,common/octeontx2,common/cnxk,common/dpaax
Expand Down
2 changes: 1 addition & 1 deletion docs/INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ users of the Machnet service. For users, see the [README](README.md).
### Building the standard x86 image

```bash
docker build --no-cache -f dockerfiles/ubuntu-22.04.dockerfile --target machnet .
docker build --no-cache -f dockerfiles/ubuntu-22.04.dockerfile --target machnet --tag machnet .
```

### Building custom images
Expand Down

0 comments on commit acd6310

Please sign in to comment.