6 Replies

@emircanerkul try this https://github.com/ROCm/ROCm/issues/1211#issuecomment-1000130094
@Phorcys yes i know linux part but IDK how.. in TF
is not work probably because of it run via coder.
and not sure where
command = ["sh", "-c", coder_agent.main.init_script]
this should work, try running it in the terminal after the workspace starts and see if that works
Cant, coder is not sudo
tf admin should arrange coder's group
ah yeah that makes sense, your Dockerfile should add it as part of sudoers
see https://github.com/uwu/basic-env/blob/59d7e8d9b0328ffa59654eb8de79f200a930fcd6/.github/devcontainer/base/.devcontainer/Dockerfile#L27-L29 for an example
hey @emircanerkul, any luck?