Skip to content

Commit

Permalink
Update output s3
Browse files Browse the repository at this point in the history
  • Loading branch information
DougTrajano committed Aug 22, 2022
1 parent 8c9e666 commit 6b653f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ cd mlflow-server
3. Run the following command to create all the required resources:

```bash
docker-compose up -d
docker-compose up -d --build
```

## Using your deployed MLflow
Expand Down
2 changes: 1 addition & 1 deletion terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "artifact_bucket_id" {
value = module.s3.artifact_bucket_id
value = local.artifact_bucket_id
}

output "service_url" {
Expand Down

0 comments on commit 6b653f2

Please sign in to comment.