Skip to content

Commit 7c1a37f

Browse files
authored
Merge pull request #29 from code-kern-ai/config
Remove refinery-config
2 parents 0c068c4 + 10ac5b6 commit 7c1a37f

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ It is designed for the smallest services, which are part of refinery and need on
1010
Services:
1111

1212
- refinery-authorizer
13-
- refinery-config
14-
- refinery-doc-ock
1513
- refinery-gateway-proxy
16-
- platform-monitoring
1714

1815
### common
1916

@@ -26,9 +23,6 @@ It contains all requirements contained in the mini image and also the most commo
2623
- refinery-tokenizer
2724
- refinery-updater
2825
- refinery-weak-supervisor
29-
- refinery-commercial-proxy
30-
- gates-gateway
31-
- chat-gateway
3226

3327
### exec-env
3428

@@ -39,8 +33,6 @@ Services:
3933

4034
- refinery-ac-exec-env
4135
- refinery-lf-exec-env
42-
- refinery-record-ide-env
43-
- chat-exec-env
4436

4537
### torch-cpu
4638

@@ -50,7 +42,6 @@ Services:
5042

5143
- refinery-embedder
5244
- refinery-ml-exec-env
53-
- refinery-zero-shot
5445

5546
### torch-cuda
5647

@@ -64,6 +55,4 @@ The next parent image is used for ui services based on NextJS and use Node 18.
6455

6556
Services:
6657

67-
- gates-ui
6858
- admin-dashboard
69-
- chat-ui

helpers/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
MINI = [
88
"refinery-authorizer",
9-
"refinery-config",
9+
# "refinery-config",
1010
# "refinery-doc-ock",
1111
"refinery-gateway-proxy",
1212
# "platform-monitoring",
@@ -29,7 +29,7 @@
2929
EXEC_ENV = [
3030
"refinery-ac-exec-env",
3131
"refinery-lf-exec-env",
32-
"refinery-record-ide-env",
32+
# "refinery-record-ide-env",
3333
# "gates-runtime",
3434
# "chat-exec-env",
3535
"cognition-exec-env",

0 commit comments

Comments
 (0)