Peter Harrison
Peter Harrison
`experiment_server.py` provides by default a collection of HTTP routes, e.g. ``` @app.route("/info//", methods=["GET"]) ``` which gets the JSON contents of a given info. These routes have no authentication protocols, which...
_Addresses #4268._ In order to access IDE debugger support it is useful to add the option to `dallinger develop debug` to skip the launching of the Flask server, so that...
`dallinger generate-constraints` runs `pip-compile` under the hood. This command should be modified to enable verbose mode, so that we get better progress updates on the compilation process. When you have...
Currently the app name in dallinger docker-ssh deploy is generated randomly. We would like to be able to customize it.
We would like to be able to pass extra arguments to dallinger docker-ssh's `docker run` command. Our current use case is wanting to mount a fixed prespecified directory to the...
We want to implement a mechanism for installing Dallinger (and ultimately PsyNet) via Docker. The way that we do this is up for discussion. It seems that, at the root...
### Assumption of the 5pt estimate is that the feature only runs on docker `dallinger docker-ssh deploy` works great when you are wanting to deploy from a personal computer onto...
The Dallinger base Docker image should be updated to python 3.10. It would be useful to document the process of updating this so that others (e.g. myself, @fmhoeger) can do...
Currently `dallinger docker` commands and `dallinger docker-ssh` commands use a fixed Docker base image for the Dallinger installation. We would like to customize this base image via config.txt. Our use...
`docker-ssh deploy` pushes the locally built image to a remote registry, configured under `docker_image_base_name` in config.txt. As far as we can tell, this only works if the registry is public....