Skip to content

Commit

Permalink
Hardcode GDAL_DATA and PROJ_LIB so they can be used by wflow initiali…
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 8, 2021
1 parent dce9b07 commit d9291c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ WORKDIR /data/input
ENV BMI_MODULE=wflow.wflow_bmi
ENV BMI_CLASS=wflowbmi_csdms
ENV BMI_PORT=55555
ENV GDAL_DATA=/opt/conda/envs/wflow/share/gdal
ENV PROJ_LIB=/opt/conda/envs/wflow/share/proj
ENTRYPOINT ["/opt/conda/envs/wflow/bin/run-bmi-server"]
EXPOSE 55555

0 comments on commit d9291c1

Please sign in to comment.