Skip to content

Commit

Permalink
follow-up to #43: fix specification of user
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl committed Jul 27, 2023
1 parent 193ba74 commit 4698ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/render_codeblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async def render_animation_snippet(code_message, cli_flags=None) -> Dict[str, An
*cli_flags,
"/manim/script.py",
],
"User": "manimuser",
"User": str(os.getuid()),
"HostConfig": {
"Binds": [f"{tmpdirname}:/manim/:rw"],
"AutoRemove": True,
Expand Down

0 comments on commit 4698ecf

Please sign in to comment.