File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
CodeGen/docker_compose/intel Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -257,15 +257,15 @@ Users can interact with the backend service using the `Neural Copilot` VS Code e
257257
258258To enable monitoring for the CodeGen application, you can use the monitoring Docker Compose file along with the main deployment.
259259
260- # ### Option #1: Default Deployment (without monitoring)
260+ # ## Option #1: Default Deployment (without monitoring)
261261
262262To deploy the CodeGen services without monitoring, execute:
263263
264264` ` ` bash
265265docker compose up -d
266266` ` `
267267
268- # ### Option #2: Deployment with Monitoring
268+ # ## Option #2: Deployment with Monitoring
269269
270270> NOTE: To enable monitoring, ` compose.monitoring.yaml` file need to be merged along with default ` compose.yaml` file.
271271
Original file line number Diff line number Diff line change @@ -235,15 +235,15 @@ Use the `Neural Copilot` extension configured with the CodeGen backend URL: `htt
235235
236236To enable monitoring for the CodeGen application on Gaudi, you can use the monitoring Docker Compose file along with the main deployment.
237237
238- # ### Option #1: Default Deployment (without monitoring)
238+ # ## Option #1: Default Deployment (without monitoring)
239239
240240To deploy the CodeGen services without monitoring, execute:
241241
242242` ` ` bash
243243docker compose up -d
244244` ` `
245245
246- # ### Option #2: Deployment with Monitoring
246+ # ## Option #2: Deployment with Monitoring
247247
248248> NOTE: To enable monitoring, ` compose.monitoring.yaml` file need to be merged along with default ` compose.yaml` file.
249249
You can’t perform that action at this time.
0 commit comments