docker build -t deepnote/python:<TAG> --build-arg PYTHON_VERSION=<some_version> ./python
The image is based on tensorflow docker image and adds packages that are typical part of our other images (git
most importantly).
We follow the tagging of tensorflow
image. So tensorflow/tensorflow:2.4.1-gpu
becomes deepnote/tensorflow:2.4.1-gpu
.
docker build -t deepnote/ir:<TAG> --build-arg R_BASE_VERSION=<some_version> ./ir