Skip to content

Commit 617cf81

Browse files
Update dockerfile
1 parent 83fff03 commit 617cf81

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

Dockerfile.producer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk update && \
2222

2323
RUN 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

2727
RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
2828

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
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>
@@ -27,9 +19,6 @@
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>

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.9"
2-
31
services:
42
producer:
53
image: stefan96/heidpi-producer:latest

0 commit comments

Comments
 (0)