Issues Setting up Docker Image to Start

38 views
Skip to first unread message

Jaymes Dec

unread,
Mar 28, 2024, 12:40:27 PM3/28/24
to deep-learning-illustrated
Hello, I am looking forward to starting the tutorials in Deep Learning Illustrated. I am having some difficulty setting up the Docker image for the the first lesson.


Steps 1-7 worked fine, but when I get to step 8 and run: 
sudo docker build -t dli-stack . 

I get this error:

(base) jdec@FRA-10003 deep-learning-illustrated % sudo docker build -t dli-stack . 

[+] Building 0.3s (1/2)                                              docker:desktop-linux

[+] Building 0.4s (2/2) FINISHED                                     docker:desktop-linux

 => [internal] load build definition from Dockerfile                                 0.0s

 => => transferring dockerfile: 1.13kB                                               0.0s

 => ERROR [internal] load metadata for docker.io/jupyter/scipy-notebook:e7000ca1416  0.4s

------

 > [internal] load metadata for docker.io/jupyter/scipy-notebook:e7000ca1416d:

------

Dockerfile:7

--------------------

   5 |     # Note that this base image includes Python 3.6.5 as part of Miniconda 4.5.1

   6 |     

   7 | >>> FROM jupyter/scipy-notebook:e7000ca1416d

   8 |     

   9 |     MAINTAINER Jon Krohn <j...@untapt.com>

--------------------

ERROR: failed to solve: jupyter/scipy-notebook:e7000ca1416d: error getting credentials - err: exit status 1, out: ``

Any advice?

Reply all
Reply to author
Forward
0 new messages