diff --git a/Dockerfile b/Dockerfile index 4eb012b..649f49c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +/* Upgrade pip and install pandas and ipython */ FROM python:3.10.1-bullseye RUN pip install --upgrade pip\