Skip to content

Commit f8b1a78

Browse files
authored
fix(build): document target site directory (#101)
Fixes incorrect cpu-only local development setup requirements
1 parent 321278f commit f8b1a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install -r docs/requirements.txt
4343
- name: Build with MkDocs
4444
run: |
45-
cd docs && mkdocs build --clean --site-dir ../../_site && cd -
45+
cd docs && mkdocs build --clean --site-dir ../_site && cd -
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3
4848

docs/src/dev-guide/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you do not have `source`, you can activate the virtualenv with
8888
#### Start the RAG Engine
8989
Install dependencies
9090
```bash
91-
pip install -r nesis/rag/requirements.txt -r nesis/rag/requirements-torch-cpu-x86.txt -r nesis/rag/requirements-huggingface.txt --default-timeout=1200
91+
pip install -r nesis/rag/requirements.txt -r nesis/rag/requirements-huggingface.txt --default-timeout=1200
9292
```
9393

9494
Start the service

0 commit comments

Comments
 (0)