Skip to content

Commit

Permalink
Add docs for pulling the latest debug-log viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Nov 1, 2023
1 parent 411d7c7 commit 0dd0c0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,24 @@ From here, you can customize everything, including the prompt, model, and more i
This not only saves you time but also ensures you're building on a tried and tested foundation.
Therefore, think of these use-cases as stepping stones, guiding you towards crafting tailored solutions that best fit your unique requirements.

## Running the Debug Log Viewer

Make sure you have your `GITHUB_TOKEN` env variable set the same as above for installing the Python package, and that it has the `read:packages` permission.

Then login to the container registry with docker:

```bash
echo $GITHUB_TOKEN | docker login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin
```

Then you can run the container locally:

```bash
docker run -p 3000:3000 ghcr.io/aleph-alpha/intelligence-layer-log-viewer:main
```

Then if you visit `http://localhost:3000` you can upload a debug log to interact with the data.

## References

- Full documentation: https://aleph-alpha-intelligence-layer.readthedocs-hosted.com/en/latest/
Expand Down

0 comments on commit 0dd0c0a

Please sign in to comment.