Skip to content

Commit

Permalink
Update the developer guide with changes in the docker-file (#2700)
Browse files Browse the repository at this point in the history
Per #3e703a, the inference-safety is no longer part of the inference
profile
  • Loading branch information
GuilleHoardings authored Apr 18, 2023
1 parent 6ba240f commit e8510c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/docs/guides/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,16 @@ website directory.

- `inference`. It includes these containers:

- `inference-db`, `inference-server`, `inference-worker`, `inference-redis`,
`inference-safety`
- `inference-db`, `inference-server`, `inference-worker`, `inference-redis`

- `inference-dev`. It includes these containers:

- `db`, `web-db`, `backend`

- `inference-safety`. It includes these containers:

- `inference-safety`

- `observability`. It includes tools to monitor the application. It includes
these containers:

Expand Down

0 comments on commit e8510c3

Please sign in to comment.