Closed nithinjoshy closed 2 years ago
Hi @nj3252!
The error you're seeing seems related to the SSH port. If you're not actively using the ssh feature, could you remove the --ssh
flag from your command and try again?
FWIW, we are seeing a few other issues related to SSH in https://github.com/DataBiosphere/dsub/issues/238 and https://github.com/DataBiosphere/dsub/issues/233
Thanks, that has fixed it. I was using the ssh flag previously and never removed it. I really appreciate the quick response.
I am having a recurring issue where jobs that I start are failing immediately with an error that looks related to Docker. The log file is below. These are the first lines in the file.
There are a few statements afterwards but they contain info specific to my project so I would not like to copy them here. They are similar to the two statements below and seem generally unrelated to any error.
Below is the code I use to start the job.
I am posting about this here because this issue started to occur without any change to my code. Furthermore, as far as I can tell, this error is unrelated to any of my own code but instead is an issue with how Dsub is deploying my Docker container to the VM. Does anyone have any ideas about what may be happening? Please excuse me if it is actually a trivial error in my code.