-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
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
Docker build fails on Amazon SageMaker: fatal error: ATen/cuda/DeviceUtils.cuh: No such file or directory #include "ATen/cuda/DeviceUtils.cuh" #168
Comments
Hi, did you solve this problem? I also fail to compile apex when I build docker. |
This issue is already discussed in NVIDIA/apex#1043
|
It worked. It's been a while but still thank you so much. |
Hi,
I'm trying to do a Docker build . on a SageMaker-managed EC2 instance in AWS (ml.g4dn.12xlarge, with T4 cards).
docker build .
runs for few minutes, outputs several things and errors with the following:Interestingly, early in the build it says
which suprises me since I have 4 GPUs on my machine.
How to build that docker image in a SageMaker-managed AWS EC2 instance?
The text was updated successfully, but these errors were encountered: