Skip to content

Commit 9b1fcac

Browse files
authored
Merge pull request #93 from CambioML/jojo-branch
update links in docker README
2 parents f54e573 + 2a82a52 commit 9b1fcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ docker rm [CONTAINER_NAME]
149149
In this folder, we have the different Dockerfiles for using `pykoi`.
150150
151151
## 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`.
153153
154154
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__
155155
@@ -164,7 +164,7 @@ docker build -t pykoi:0.1 . -f docker/pykoi-retrieval-huggingface/Dockerfile
164164
```
165165
166166
## Building based on pykoi library
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 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`.
168168
169169
1. `pykoi-cpu`: The base image for the cpu-based usage.
170170
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

Comments
 (0)