Skip to content

Commit

Permalink
check python version
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Sep 18, 2024
1 parent 9f03b5c commit 3a192ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM ubuntu:20.04

LABEL Maintainer="James Hiebert <[email protected]>"

# temporarily commenting this out - it is failing for some reason.
RUN apt-get update
RUN apt-get -yq install libhdf5-dev libnetcdf-dev libgdal-dev
RUN apt-get -yq install libyaml-dev python python-dev python-pip
Expand All @@ -22,3 +21,5 @@ RUN pip install numpy && pip3 install numpy
RUN pip install gdal==2.3.1 h5py netCDF4 psycopg2 PyYAML pillow

RUN pip3 install gdal==2.3.1 h5py netCDF4 psycopg2 PyYAML pillow

RUN python --version

0 comments on commit 3a192ca

Please sign in to comment.