Skip to content

Commit 3e703a0

Browse files
authoredApr 18, 2023
Changed profile of inference-safety in docker compose to avoid huge build times (LAION-AI#2697)
Until the dockerfile of safety is refactored, we should take it out of the compose build for inference
1 parent fd9913a commit 3e703a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ services:
266266
volumes:
267267
- "./oasst-shared:/opt/inference/lib/oasst-shared"
268268
- "./inference/safety:/opt/inference/safety"
269-
profiles: ["inference"]
269+
profiles: ["inference-safety"]
270270

271271
prometheus:
272272
image: prom/prometheus

0 commit comments

Comments
 (0)
Please sign in to comment.