|
1 | 1 | #
|
2 | | -# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Ubuntu 20.04 (Focal Fossa) |
| 2 | +# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Ubuntu 20.04 LTS (Focal Fossa) |
3 | 3 | #
|
4 | | -# Reference: |
5 | | -# * https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter |
6 | | -# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/ubuntu2004 |
7 | | -# * https://github.com/cpp-projects-showcase/docker-images |
8 | | -# * https://hub.docker.com/repository/docker/cpppythondevelopment/base |
| 4 | +# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/ubuntu2004/Dockerfile |
| 5 | +# |
| 6 | +# References: |
| 7 | +# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/ubuntu2004 |
| 8 | +# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter |
| 9 | +# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/ubuntu2004 |
| 10 | +# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base |
9 | 11 | #
|
10 | 12 |
|
11 | 13 | FROM cpppythondevelopment/base:ubuntu2004
|
|
0 commit comments