Skip to content

Commit e6958a2

Browse files
committed
fix docker compose
1 parent a66a5c1 commit e6958a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

label_studio_ml/examples/gliner/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ services:
2222
# specify the model directory (likely you don't need to change this)
2323
- MODEL_DIR=/data/models
2424

25+
# Path to your saved finetuned model
26+
- FINETUNED_MODEL_PATH=finetuned_model
27+
2528
# Specify the Label Studio URL and API key to access
2629
# uploaded, local storage and cloud storage files.
2730
# Do not use 'localhost' as it does not work within Docker containers.

0 commit comments

Comments
 (0)