Skip to content

Commit

Permalink
[sysadmin] bump demorunner-docker to the latest version
Browse files Browse the repository at this point in the history
this fixes a bug where only one uploaded input was considered
  • Loading branch information
kidanger committed Nov 16, 2023
1 parent c90e63a commit 8566666
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network.target

[Service]
ExecStart=/home/ipol/ipolDevel/ipol_demo/modules/demorunner-docker/bin/ipol-demorunner
ExecStartPre=-/home/ipol/.cargo/bin/cargo install --git https://github.com/ipol-journal/ipol-demorunner.git --rev 1cf7e851590cda71ae9b9f12dd02d477baffaee6 --root . --target-dir target --debug --force --locked
ExecStartPre=-/home/ipol/.cargo/bin/cargo install --git https://github.com/ipol-journal/ipol-demorunner.git --rev 6fa8ce059c30a4c2eef485050f1c4394ab1cef1d --root . --target-dir target --debug --force --locked
TimeoutStartSec=300
WorkingDirectory=/home/ipol/ipolDevel/ipol_demo/modules/demorunner-docker/
Environment=ROCKET_PROFILE=ipol-integration
Expand Down
2 changes: 1 addition & 1 deletion sysadmin/systemd/limule/ipol-demorunner-docker-gpu.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network.target

[Service]
ExecStart=/home/ipol/ipolDevel/ipol_demo/modules/demorunner-docker/bin/ipol-demorunner
ExecStartPre=-/home/ipol/.cargo/bin/cargo install --git https://github.com/ipol-journal/ipol-demorunner.git --rev 1cf7e851590cda71ae9b9f12dd02d477baffaee6 --root . --target-dir target --debug --force --locked
ExecStartPre=-/home/ipol/.cargo/bin/cargo install --git https://github.com/ipol-journal/ipol-demorunner.git --rev 6fa8ce059c30a4c2eef485050f1c4394ab1cef1d --root . --target-dir target --debug --force --locked
TimeoutStartSec=300
WorkingDirectory=/home/ipol/ipolDevel/ipol_demo/modules/demorunner-docker/
Environment=ROCKET_PROFILE=ipol-limule-gpu
Expand Down
2 changes: 1 addition & 1 deletion sysadmin/systemd/limule/ipol-demorunner-docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network.target

[Service]
ExecStart=/home/ipol/ipolDevel/ipol_demo/modules/demorunner-docker/bin/ipol-demorunner
ExecStartPre=-/home/ipol/.cargo/bin/cargo install --git https://github.com/ipol-journal/ipol-demorunner.git --rev 1cf7e851590cda71ae9b9f12dd02d477baffaee6 --root . --target-dir target --debug --force --locked
ExecStartPre=-/home/ipol/.cargo/bin/cargo install --git https://github.com/ipol-journal/ipol-demorunner.git --rev 6fa8ce059c30a4c2eef485050f1c4394ab1cef1d --root . --target-dir target --debug --force --locked
TimeoutStartSec=300
WorkingDirectory=/home/ipol/ipolDevel/ipol_demo/modules/demorunner-docker/
Environment=ROCKET_PROFILE=ipol-limule
Expand Down

0 comments on commit 8566666

Please sign in to comment.