Skip to content
Merged
Show file tree
Hide file tree
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 docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
resources:
limits:
cpus: "4.0" # Maximum 4 CPU cores
memory: 84G # Maximum 4GB RAM
memory: 8G # Maximum 4GB RAM
restart_policy:
condition: on-failure
delay: 5s
Expand Down Expand Up @@ -358,7 +358,7 @@ services:
replicas: 0 # Ensures the service isn't started

jobflow_db:
image: mongo:5.0.6
image: mongo:8.0
container_name: jobflow_mongo
restart: unless-stopped
environment:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ repository = "https://github.com/exciting/sol-oasis"
[project.optional-dependencies]
plugins = [
"nomad-aitoolkit @ git+https://github.com/FAIRmat-NFDI/nomad-aitoolkit.git@b203f8eb28dc4b6771a39d5c5b7ad3d9d8583ac8",
"nomad-simulations==0.4.0",
"nomad-schema-plugin-run>=1.0.1",
"nomad-schema-plugin-simulation-workflow>=1.0.1",
"nomad-normalizer-plugin-bandstructure>=1.0",
Expand Down
15 changes: 0 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.