Skip to content

Commit

Permalink
update lilypad
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougy Lee committed May 4, 2024
1 parent e5bb573 commit 19f1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lilypad_module.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"Docker": {
"Entrypoint": [
"/bin/sh", "-c", "python lilypad_sarsa.py {{.Username}} {{.Filename}}"
"/bin/sh", "-c", "python lilypad_sarsa.py $1 $2"
],
"Image": "zeath/sarsa:latest"
},
Expand Down

0 comments on commit 19f1c95

Please sign in to comment.