Open slimcdk opened 6 years ago
I've reproduced this error. I've solved it by using my own base docker image and then adding the specifics from the repo.
@waspinator lines 85-88 in keras.dockerfile are unnecessary, and are causing the issue. The solution would be to pull the proper base image in the FROM directive. It's a well known source of problems to use the cuda packages from apt. I'll put together a PR to fix the dockerfile.
When running the
docker-compose up
command in the docker directory, I get this following error.It runs fine for like 15-20 min downloading and configuring stuff. It happens on both my desktop and laptop, bot running: Ubuntu Desktop LTS 18.04 Docker version 18.06.1-ce Nvidia driver 410 CUDA 9.1 and 9.2
What can I do to correct this?
FULL LOG: