Skip to content

Commit

Permalink
This works locally. Hopefully it works on docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-m-mudd committed Jun 14, 2019
1 parent 1b2470e commit 3f7c887
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,9 @@ RUN conda config --set channel_priority strict
RUN conda install -y numpy scipy pandas matplotlib

# Now some geospatial tools
RUN conda install -y "gdal=2.3.2" geopandas shapely fiona rasterio pyproj cartopy descartes utm

# Now try to fix ssl
RUN conda install -y "openssl=1.0.2"



# Now geopandas
#RUN conda install -y geopandas
RUN conda install -y gdal geopandas shapely fiona rasterio pyproj cartopy descartes utm

# Some stuff for text formatting in images
# RUN conda install -y texlive-core
# RUN apt-get update --fix-missing && apt-get install -y texlive-fonts-recommended texlive-fonts-extra dvipng

# See if you can get ffmpeg for videos
Expand Down

0 comments on commit 3f7c887

Please sign in to comment.