File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apk update && \
2222
2323RUN git clone --branch 1.6 https://github.com/utoni/nDPId.git
2424
25- COPY nDPId/config.h nDPId
25+ COPY nDPId/config.h /root/ nDPId
2626
2727RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
2828
Original file line number Diff line number Diff line change 88## Conumer
99
1010<table >
11- <tr >
12- <td ><b >Live Notebook</b ></td >
13- <td >
14- <a href="https://mybinder.org/v2/gh/heidpi/heiDPI-tutorials/main?filepath=demo_notebook.ipynb">
15- <img src="https://img.shields.io/badge/notebook-launch-blue?logo=jupyter&style=for-the-badge" alt="live notebook" />
16- </a>
17- </td >
18- </tr >
1911<tr >
2012 <td ><b >Project License</b ></td >
2113 <td >
2719<tr >
2820 <td ><b >Continuous Integration</b ></td >
2921 <td >
30- <a href="https://github.com/stefanDeveloper/heidpi/actions/workflows/python-app.yml">
31- <img src="https://img.shields.io/github/actions/workflow/status/stefanDeveloper/heidpi/python-app.yml?branch=main&logo=linux&style=for-the-badge&label=linux" alt="Linux WorkFlows" />
32- </a>
3322 <a href="https://github.com/stefanDeveloper/heifip/actions/workflows/docker-publish-consumer.yml">
3423 <img src="https://img.shields.io/github/actions/workflow/status/stefanDeveloper/heidpi/docker-publish-consumer.yml?branch=main&logo=docker&style=for-the-badge&label=docker" alt="Docker WorkFlows" />
3524 </a>
Original file line number Diff line number Diff line change 1- version : " 3.9"
2-
31services :
42 producer :
53 image : stefan96/heidpi-producer:latest
You can’t perform that action at this time.
0 commit comments