File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can use either uv (recommended for speed) or pip.
2323
2424#### Using ` uv ` :
2525``` bash
26- uv sync
26+ uv sync
2727```
2828
2929#### Using ` pip ` :
@@ -46,7 +46,7 @@ You can use either uv (recommended for speed) or pip.
4646Copy the example environment file and fill in the necessary values:
4747
4848` ` ` bash
49- cp .env.example .env
49+ cp .env.example .env
5050` ` `
5151
5252Edit the ` .env` file to set your environment variables. You can use the default values or customize them as needed.
@@ -57,7 +57,7 @@ Edit the `.env` file to set your environment variables. You can use the default
5757Start the Docker container with the following command:
5858
5959` ` ` bash
60- docker-compose up --build
60+ docker-compose up --build
6161` ` `
6262This command will build the Docker image and start the container.
6363
@@ -66,7 +66,7 @@ This command will build the Docker image and start the container.
6666Set up the ` docker-compose.yml` file to use GPU acceleration.
6767
6868` ` ` bash
69- docker-compose up --build
69+ docker-compose up --build
7070` ` `
7171
7272This command will build the Docker image and start the container with GPU support.
You can’t perform that action at this time.
0 commit comments