You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ docker rm [CONTAINER_NAME]
149
149
In this folder, we have the different Dockerfiles for using `pykoi`.
150
150
151
151
## Building from the Repo
152
-
Some of these examples build from the pykoi repository. For example, you can reference the Dockerfile in the [`pykoi-retrieval-huggingface`](./pykoi-retrieval-huggingface/Dockerfile).
152
+
Some of these examples build from the pykoi repository. For example, you can reference the [Dockerfile](./pykoi-retrieval-huggingface/Dockerfile) in `pykoi-retrieval-huggingface`.
153
153
154
154
In order to build the docker image, first ensure you are in the base directory of the `pykoi` repo. __You will encounter errors if you're not in the base directory__
There are also examples to build based on the `pykoi` package. These examples install `pykoi` via `pip` and run different applications from there. This relies on the latest pypi released versions. To see an example, you can reference the Dockerfile in [`pykoi-cpu-custom`](./pykoi-cpu-custom/Dockerfile).
167
+
There are also examples to build based on the `pykoi` package. These examples install `pykoi` via `pip` and run different applications from there. This relies on the latest pypi released versions. To see an example, you can reference the [Dockerfile](./pykoi-cpu-custom/Dockerfile) in `pykoi-cpu-custom`.
168
168
169
169
1. `pykoi-cpu`: The base image for the cpu-based usage.
170
170
1. `pykoi-cpu-custom`: When you run this docker image, try to modify the `app.py` and mount it when running the docker container.
0 commit comments