Even after modifying the docker file with the comment in issue #24 and pull request #28, the terminal gives me the following error:
29 | >>> RUN pip install
30 | >>> scipy==1.2.3
31 | >>> pandas==0.24.2
32 | >>> jupyter==1.0.0
33 |
ERROR: failed to solve: process "/bin/sh -c pip install scipy==1.2.3 pandas==0.24.2 jupyter==1.0.0" did not complete successfully: exit code: 1
Even after modifying the docker file with the comment in issue #24 and pull request #28, the terminal gives me the following error:
29 | >>> RUN pip install
30 | >>> scipy==1.2.3
31 | >>> pandas==0.24.2
32 | >>> jupyter==1.0.0
33 |
ERROR: failed to solve: process "/bin/sh -c pip install scipy==1.2.3 pandas==0.24.2 jupyter==1.0.0" did not complete successfully: exit code: 1