Skip to content

Commit 48154fb

Browse files
Merge pull request #397 from Ratio1/develop
Develop
2 parents fb3ef87 + d0eee28 commit 48154fb

78 files changed

Lines changed: 15693 additions & 730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.config_startup_cluster.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"HEARTBEAT_TIMERS" : false,
2121
"HEARTBEAT_LOG" : false,
2222
"PLUGINS_ON_THREADS" : true,
23+
"ADMIN_PIPELINE_ASYNC_DISPATCH" : true,
2324
"CAPTURE_STATS_DISPLAY" : 60,
2425
"SHUTDOWN_NO_STREAMS" : false,
2526
"TIMERS_DUMP_INTERVAL" : 654,

‎.devcontainer/requirements.txt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ decentra-vision
44
python-telegram-bot[rate-limiter]
55
protobuf==5.28.3
66
ngrok
7-
paramiko
7+
paramiko
8+
pymisp

‎.github/workflows/build_gpu.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
context: .
4747
file: ./Dockerfile_devnet
4848
build-args: |
49-
BASE_IMAGE=ratio1/base_edge_node_amd64_gpu:latest
49+
BASE_IMAGE=ratio1/base_edge_node_amd64_gpu_new:latest
5050
push: true
5151
tags: "ratio1/edge_node_gpu:devnet"
5252

@@ -88,7 +88,7 @@ jobs:
8888
context: .
8989
file: ./Dockerfile_testnet
9090
build-args: |
91-
BASE_IMAGE=ratio1/base_edge_node_amd64_gpu:latest
91+
BASE_IMAGE=ratio1/base_edge_node_amd64_gpu_new:latest
9292
push: true
9393
tags: "ratio1/edge_node_gpu:testnet"
9494

0 commit comments

Comments
 (0)