Tom Cappetta
Tom Cappetta
@28mm seeing this issue arise on docker as a first time user. Tried to install the packages via pip and that was hitting a separate error. Looks like a great...
Nice. will check on my end and circle back.
NP! I've made a bit of progress. I've found a few of the 404's I've hit are related to not having a project selected, which makes sense. I'll send something...
juggling a few things, haven't forgotten about this. Will circle back with updates.
+1 on username overrides. I've added the block below to manage that for me `# If default user defined otherwise ec2-user if node["user"] override.ssh.username = node["user"] else override.ssh.username = "ec2-user"...