Skip to content

Commit

Permalink
Changed profile of inference-safety in docker compose to avoid huge b…
Browse files Browse the repository at this point in the history
…uild times (#2697)

Until the dockerfile of safety is refactored, we should take it out of
the compose build for inference
  • Loading branch information
yk committed Apr 18, 2023
1 parent fd9913a commit 3e703a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Expand Up @@ -266,7 +266,7 @@ services:
volumes:
- "./oasst-shared:/opt/inference/lib/oasst-shared"
- "./inference/safety:/opt/inference/safety"
profiles: ["inference"]
profiles: ["inference-safety"]

prometheus:
image: prom/prometheus
Expand Down

0 comments on commit 3e703a0

Please sign in to comment.