Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8ca2012

Browse files
authored
chore: update docker readme (#1552)
1 parent a2a6550 commit 8ca2012

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ This guide will help you set up and run Cortex using Docker.
1111
```bash
1212
git clone https://github.com/janhq/cortex.cpp.git
1313

14-
cd cortex.cpp/docker
14+
cd cortex.cpp
1515
```
1616
2. Build the Docker image
1717
```bash
1818
# Default always uses the latest cortex.cpp and cortex.llamacpp
19-
docker build -t cortex .
19+
docker build -t cortex -f docker/Dockerfile .
2020
2121
# Use specific version of cortex.cpp and cortex.llamacpp
22-
docker build --build-arg CORTEX_LLAMACPP_VERSION=0.1.34 -t cortex .
22+
docker build --build-arg CORTEX_LLAMACPP_VERSION=0.1.34 -t cortex -f docker/Dockerfile .
2323
```
2424

2525
3. Run the Docker container
@@ -45,4 +45,4 @@ This guide will help you set up and run Cortex using Docker.
4545
```bash
4646
docker exec -it cortex bash
4747
cortex --help
48-
```
48+
```

0 commit comments

Comments
 (0)