-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
I have used the CPU docker image extensively and am trying to migrate to the GPU one. I am having an issue with just the basics.
- I am running Ubuntu 20.04
- Docker version 20.10.7
I try the following sequence
docker pull gcr.io/kaggle-gpu-images:v102docker run -it --gpus all gcr.io/kaggle-gpu-images/python:v102 /bin/bashnvidia-smiis fine... all looks goodipythonimport keras
this throws
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-88d96843a926> in <module>
----> 1 import keras
ModuleNotFoundError: No module named 'keras'
on the Kaggle site, this works fine with GPU enabled
I should note that I can import other libraries locally (e.g., import torch works fine).
Do you have an idea of what is happening to cause this issue?
Thank you.
Duwab
Metadata
Metadata
Assignees
Labels
No labels
