diff --git a/Dockerfile b/Dockerfile index a6e77f1..9c97110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM continuumio/miniconda3 +FROM python:3.10-slim ARG TESTING=0 @@ -18,8 +18,8 @@ COPY scripts/ app/scripts/ COPY data/ app/data/ # Install requirements -RUN conda install python=3.10 -RUN conda install -c conda-forge xesmf esmpy h5py -y +#RUN conda install python=3.10 +#RUN conda install -c conda-forge xesmf esmpy h5py -y RUN pip install torch --index-url https://download.pytorch.org/whl/cpu RUN pip install git+https://github.com/SheffieldSolar/PV_Live-API#pvlive_api