Skip to content

Commit

Permalink
try not using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 9, 2024
1 parent 7e69dd4 commit 08d54a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM continuumio/miniconda3
FROM python:3.10-slim

ARG TESTING=0

Expand All @@ -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

Expand Down

0 comments on commit 08d54a0

Please sign in to comment.