Update to naming of network_drive as network_mount (includes both server name and share). when run locally, network mount defaults to data folder

This commit is contained in:
2025-06-22 15:15:03 +02:00
parent 6a804f4b0d
commit d22e3dacc6
3 changed files with 10 additions and 9 deletions

View File

@ -94,7 +94,7 @@ This toolkit includes a containerized JupyterLab environment for executing the d
5. Start the environment:
- **Locally without network drive mount:**
Regardless of value in .env, `NETWORK_MOUNT` defaults to `<your-repo-name>/data/`.
```bash
docker compose up idear_processor
@ -104,7 +104,7 @@ This toolkit includes a containerized JupyterLab environment for executing the d
docker compose up idear_processor_networked
6. Access:
- **Jupyter Lab**: [http://localhost:8889/lab/tree/](http://localhost:8889/lab/tree/)
- **Jupyter Lab**: [http://localhost:8889/lab/](http://localhost:8889/lab/)
7. Stop the app:
In the previously open PowerShell terminal, enter: