UAlbertaFSAE / f1tenth

MIT License
0 stars 0 forks source link

jetson compose error fix #54

Closed Jquinny closed 4 months ago

Jquinny commented 4 months ago

just removed the ssh auth sock environment variable and volume mount from the compose-jetson.yaml file since it was causing it to error

jackparsonss commented 4 months ago

and if ssh still isn't working properly then maybe the top answer of this would work https://stackoverflow.com/questions/72384329/using-ssh-agent-with-docker-compose-and-dockerfile

Jquinny commented 4 months ago

What was the error? and did we only have that cause arvp had it lol?

here's the error:

WARN[0000] The "SSH_AUTH_SOCK" variable is not set. Defaulting to a blank string. invalid spec: :/ssh-agent: empty section between colons

probably an easy ish fix if I actually looked into it but I think I just used this cause ARVP had it lmao