Skip to content

Commit

Permalink
add h5py to conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 6, 2023
1 parent 345f5bd commit 55dabe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY data/ app/data/

# Install requirements
RUN conda install python=3.10
RUN conda install -c conda-forge xesmf esmpy -y
RUN conda install -c conda-forge xesmf esmpy h5py -y
RUN echo "export ESMFMKFILE='/opt/conda/lib/esmf.mk'" >> ~/.bashrc
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
RUN pip install -r app/requirements.txt
Expand Down

0 comments on commit 55dabe9

Please sign in to comment.