Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/local-setup/local-slurm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $env:FLASK_USE_CORS="True"; $env:FLASK_SQLALCHEMY_DATABASE_URI="sqlite:///db.sql

This creates `db.sqlite` inside `./instance/` (default [Flask instance folder](https://flask.palletsprojects.com/en/3.0.x/config/#instance-folders)).

`--debug` flag enables Flask debug messages and auto-reload on code changes.
`--host 0.0.0.0` flag allows the SLURM container to reach the backend at `http://host.docker.internal:5000` (the host machine).

### 8. Start Slurm, Keycloak and CA containers

Expand All @@ -241,7 +241,7 @@ docker exec -it slurmctld /bin/bash
```

The docker compose and setup script do the following things:
- Set up auth as described (here)[/for_developers/architecture/auth-model/#local-slurm-verification]
- Set up auth as described [here](/for_developers/architecture/auth-model/#local-slurm-verification)
- Mount shared `/tmp/scratch` on all nodes
- Add **$SCRATCH** variable `/tmp/scratch/{USER}`
- Create devuser in the Slurm cluster
Expand Down