Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jverre committed Sep 16, 2024
1 parent 938bd99 commit 107379a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To install Opik, you will need to clone the Opik repository and run the `docker-
# Clone the Opik repository
git clone https://github.com/comet-ml/opik.git

# Navigate to the opik directory
cd opik
# Navigate to the opik/deployment/docker-compose directory
cd opik/deployment/docker-compose

# Start the Opik platform
docker compose up --detach
Expand All @@ -50,6 +50,10 @@ All the data logged to the Opik platform will be stored in the `~/opik` director

## Starting, stopping and upgrading Opik

:::note
All the `docker compose` commands should be run from the `opik/deployment/docker-compose` directory.
:::

The `docker compose up` command can be used to install, start and upgrade Opik:

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you would like to try out Opik locally, we recommend using our Local installa
git clone https://github.com/comet-ml/opik.git

# Run the Opik platform
cd opik
cd opik/deployment/docker-compose
docker compose up --detach

# Configure the Python SDK to point to the local Opik platform
Expand Down

0 comments on commit 107379a

Please sign in to comment.