Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
atakeigor authored Nov 8, 2024
1 parent d8af521 commit da54ba4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ RUN apt-get update \
vim \
wget \
zip

#Downloading Gebco Bathymetry data. NEEDS TO BE CHECKED!
ADD https://www.bodc.ac.uk/data/open_download/gebco/gebco_2024_sub_ice_topo/zip/ data/gebco/

#Downloading GSHHS Coastline data. NEEDS TO BE CHECKED!
ADD https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/latest/gshhg-shp-2.3.7.zip

# build netcdf with gcc and g-fortran
ENV CC=gcc
Expand Down Expand Up @@ -128,4 +134,4 @@ ENV PATH /opt/conda/envs/medslik/bin:$PATH
COPY --chown=appuser:appuser . .

# Run the application.
CMD ["sleep", "infinity"]
CMD ["sleep", "infinity"]

0 comments on commit da54ba4

Please sign in to comment.