mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Revert "feat(platform): add py-spy profiling support"
This reverts commit c168277b1d.
This commit is contained in:
@@ -47,7 +47,6 @@ prisma = "^0.15.0"
|
||||
prometheus-client = "^0.22.1"
|
||||
psutil = "^7.0.0"
|
||||
psycopg2-binary = "^2.9.10"
|
||||
py-spy = "^0.4.0"
|
||||
pydantic = { extras = ["email"], version = "^2.11.7" }
|
||||
pydantic-settings = "^2.10.1"
|
||||
pytest = "^8.4.1"
|
||||
|
||||
@@ -59,8 +59,6 @@ services:
|
||||
dockerfile: autogpt_platform/backend/Dockerfile
|
||||
target: server
|
||||
command: ["python", "-m", "backend.rest"]
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
@@ -109,8 +107,6 @@ services:
|
||||
dockerfile: autogpt_platform/backend/Dockerfile
|
||||
target: server
|
||||
command: ["python", "-m", "backend.exec"]
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
@@ -158,8 +154,6 @@ services:
|
||||
dockerfile: autogpt_platform/backend/Dockerfile
|
||||
target: server
|
||||
command: ["python", "-m", "backend.ws"]
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
@@ -201,8 +195,6 @@ services:
|
||||
dockerfile: autogpt_platform/backend/Dockerfile
|
||||
target: server
|
||||
command: ["python", "-m", "backend.db"]
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
@@ -229,8 +221,6 @@ services:
|
||||
dockerfile: autogpt_platform/backend/Dockerfile
|
||||
target: server
|
||||
command: ["python", "-m", "backend.scheduler"]
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
@@ -288,8 +278,6 @@ services:
|
||||
dockerfile: autogpt_platform/backend/Dockerfile
|
||||
target: server
|
||||
command: ["python", "-m", "backend.notification"]
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
|
||||
Reference in New Issue
Block a user