From c1d50f61bd0f07e2185d437c91a9711170ece5cf Mon Sep 17 00:00:00 2001 From: Lee Zeman Date: Wed, 18 Sep 2024 16:34:18 -0700 Subject: [PATCH] check python3 version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c469810..8717c30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN pip install numpy && pip3 install numpy RUN pip3 install gdal==3.0.4 h5py netCDF4 psycopg2 PyYAML pillow -RUN python --version \ No newline at end of file +RUN python3 --version \ No newline at end of file