Skip to content

Commit e76eb94

Browse files
authored
Update README.md
1 parent e432ec3 commit e76eb94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
4646
Copy 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

5252
Edit 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
5757
Start the Docker container with the following command:
5858

5959
```bash
60-
docker-compose up --build
60+
docker-compose up --build
6161
```
6262
This 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.
6666
Set 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

7272
This command will build the Docker image and start the container with GPU support.

0 commit comments

Comments
 (0)