Skip to content

Commit

Permalink
fix(build): document target site directory (#101)
Browse files Browse the repository at this point in the history
Fixes incorrect cpu-only local development setup requirements
  • Loading branch information
mawandm authored May 27, 2024
1 parent 321278f commit f8b1a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install -r docs/requirements.txt
- name: Build with MkDocs
run: |
cd docs && mkdocs build --clean --site-dir ../../_site && cd -
cd docs && mkdocs build --clean --site-dir ../_site && cd -
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down
2 changes: 1 addition & 1 deletion docs/src/dev-guide/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ If you do not have `source`, you can activate the virtualenv with
#### Start the RAG Engine
Install dependencies
```bash
pip install -r nesis/rag/requirements.txt -r nesis/rag/requirements-torch-cpu-x86.txt -r nesis/rag/requirements-huggingface.txt --default-timeout=1200
pip install -r nesis/rag/requirements.txt -r nesis/rag/requirements-huggingface.txt --default-timeout=1200
```

Start the service
Expand Down

0 comments on commit f8b1a78

Please sign in to comment.