File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ```
16162. 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
25253. 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+ ` ` `
You can’t perform that action at this time.
0 commit comments