Skip to content

Commit

Permalink
add env var to project README
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Mar 18, 2024
1 parent e0d57a2 commit 3d12368
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions customer-satisfaction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,13 @@ A browser window should open for you and let you configure a product to run a pr
```bash
zenml integration install mlflow -y
```

2. If you are trying to start the ZenML server with `zenml up`, if you're running
on a Mac, you might want to set the following environment variable in your `.zshrc`
file or in the environment in which you're running the pipeline:

```bash
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```

This sometimes fixes problems with how ZenML starts.

0 comments on commit 3d12368

Please sign in to comment.