We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing from Docker is by far the fastest way to get up and running. The line
docker run -it -p 8888:8888 pathml/pathml
does not seem to account for GPU. Can we add support for GPU(--gpus all) on Windows & Linux?
--gpus all
Shall we have something like docker pull pathml/pathml-gpu ?
docker pull pathml/pathml-gpu
The text was updated successfully, but these errors were encountered:
jacob-rosenthal
No branches or pull requests
Installing from Docker is by far the fastest way to get up and running. The line
docker run -it -p 8888:8888 pathml/pathml
does not seem to account for GPU. Can we add support for GPU(
--gpus all
) on Windows & Linux?Shall we have something like
docker pull pathml/pathml-gpu
?The text was updated successfully, but these errors were encountered: