NeMo_Canary / docs /update_docs_docker.sh
Respair's picture
Upload folder using huggingface_hub
b386992 verified
cd ../
docker run --rm -v $PWD:/workspace python:3.10 /bin/bash -c "cd /workspace && \
pip install -r requirements/requirements_docs.txt && cd docs/ && rm -rf build && make clean && make html && make html"
echo "To start web server just run in docs directory:"
echo "python3 -m http.server 8000 --directory ./build/html/"