-
Notifications
You must be signed in to change notification settings - Fork 2
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
GPU support #3
Comments
And I found this docker used cuda:9.0-runtime-ubuntu16.04 as base docker which is without apt-utils But it still did not work with warning: "debconf: delaying package configuration, since apt-utils is not installed". |
Hi,
You can also include a Dockerfile at the root of your repository, and it
will be used instead to build the image.
Cheers,
Mohanty
…On Thu, Oct 4, 2018 at 10:55 AM EC2EZ4RD ***@***.***> wrote:
And I found this docker used cuda:9.0-runtime-ubuntu16.04 as base docker
which is without nvcc.
So I tried add apt.txt with:
apt-utils
libcudnn7-dev=$CUDNN_VERSION-1+cuda9.0
But it still did not work with warning: "debconf: delaying package
configuration, since apt-utils is not installed".
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABghACGp5F8K7kM_msvxJ9Fgg6caYFTDks5uhekqgaJpZM4XHmUF>
.
|
Yeah, I am writing a new dockerfile and having a try. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because I used
chainer
andchainerrl
, socupy
is needed.But when I built image, it showed me that
So, could you please help to solve it?
Many thanks
The text was updated successfully, but these errors were encountered: