-
-
Notifications
You must be signed in to change notification settings - Fork 617
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] DeepSpeed image should contain nvcc #1710
Comments
is it enough to RUN apt-get update && apt-get -qq install -y --no-install-recommends nvidia-cuda-toolkit ? I'll try it tomorrow. |
I think this part of Dockerfile: ignite/docker/msdp/Dockerfile.msdp-apex Lines 71 to 73 in e6950b1
removed nvcc which should be already present in pytorch devel docker image: ignite/docker/msdp/Dockerfile.msdp-apex Line 36 in e6950b1
|
@vfdev-5 yeah, you're absolutely right! Running this line ignite/docker/msdp/Dockerfile.msdp-apex Line 71 in e6950b1
Removes the compiler even before The following packages will be REMOVED:
build-essential cuda-command-line-tools-10-1 cuda-compiler-10-1 cuda-cupti-10-1
cuda-minimal-build-10-1 cuda-nvcc-10-1 g++ Can we just remove this line or lines? |
Yes, let's juste remove those lines |
Currently, "pytorchignite/msdp-apex:latest" docker image can not run cifar10 DeepSpeed example failing with error:
The text was updated successfully, but these errors were encountered: