diff --git a/Dockerfile b/Dockerfile index ab72937..c7cad6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ RUN pip install seaborn RUN pip install plotly RUN pip install xgboost RUN pip install datascience -RUN pip install okpy \ No newline at end of file +RUN pip install okpy +RUN conda install -c conda-forge basemap -y +RUN conda install -c conda-forge basemap-data-hires \ No newline at end of file