Skip to content

Commit

Permalink
check python3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Sep 18, 2024
1 parent efd5e46 commit c1d50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
RUN python3 --version

0 comments on commit c1d50f6

Please sign in to comment.