Skip to content

Conversation

@pabloitu
Copy link
Collaborator

DockerEnvironment should handle custom input volumes, so different model containers are able to set up their own input data for each time-window.

…urpose of giving different input folders for different containers, so there is no file conflict for parallelization. allowed the possibility of storing input data in the results folder for transparency, or simply in /tmp/

refac: td models now does not pass "args" as argument to run command. that means that model src code should automatically read the input/{args} file, and specify {args} in its configuration if necessary. modified pymock from case_g for the new requirements, as well as fixed its Dockerfile to be compatible with new floatcsep versions.
… file.

tests: modified tests to handle newly implemented docker volumes set up.
@pabloitu pabloitu linked an issue Oct 24, 2025 that may be closed by this pull request
@pabloitu pabloitu self-assigned this Oct 24, 2025
@pabloitu pabloitu merged commit 68c9d8e into main Oct 24, 2025
7 checks passed
@pabloitu pabloitu deleted the 55-correct-dockers-volume-setup branch October 24, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correct Docker's volume setup

2 participants