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
I tried to install udocker directly under Windows. It couldn't run because pwd is a UNIX-only module.
I'm curious if this dependency can be replaced so that it will be compatible with Windows.
The text was updated successfully, but these errors were encountered:
udocker is Linux specific, even if the Python dependencies are removed it will not be possible to execute containers natively in Windows. The binaries (both the Linux applications in the containers and the engines to execute the containers) require an underlying Linux environment at least a Linux kernel or compatible ABI (WSL).
I tried to install udocker directly under Windows. It couldn't run because
pwd
is a UNIX-only module.I'm curious if this dependency can be replaced so that it will be compatible with Windows.
The text was updated successfully, but these errors were encountered: