Skip to content

Commit 68f7073

Browse files
committed
docs: fi run app command invocations
1 parent 793c5e8 commit 68f7073

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ WORKDIR /workspace
44
COPY requirements.txt .
55
RUN pip install -r requirements.txt
66

7-
# ENTRYPOINT [ "python" ]
8-
# CMD [ "main.py" ]
9-
107
CMD ["sleep", "infinity"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Download a goodwiki dump from huggingface https://huggingface.co/datasets/euirim
2222

2323
Rename the file to `goodwiki.parquet` and run
2424
```
25-
docker compose run --build app import_dump.py
25+
docker compose run app python import_dump.py
2626
```
2727
This will take some time. But you can start querying already while it's running.
2828

2929
### Start the REPL to query the dataset
3030

3131
```
32-
docker compose run --build app repl.py
32+
docker compose run app python repl.py
3333
```
3434
## Development
3535

0 commit comments

Comments
 (0)