You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fails on Windows due to packaging with \ in the path. There are also other idiosyncracies--- e.g. runpodctl send . creating a ..zip, and I think Windows can't receive folder from runpod.
Instead of recreating the folder structure in the pod, runprodctl creates a bund of individual files with names like "
<filename>" (notice that \ is not a folder seperator on linux).The same functionality works fine when sending from linux. Does not work in Windows.
The text was updated successfully, but these errors were encountered: