Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Mar 18, 2024
1 parent 3a47d08 commit 6e0d810
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ RUN conda --version
RUN conda config --add channels conda-forge
RUN conda config --set channel_priority strict

RUN conda create -n cordex-aws python=3.10 pip
RUN conda activate cordex-aws
RUN pip install dynamic-chunks==0.0.2 \
RUN pip install dynamic-chunks==0.0.2 pangeo-forge-runner \
pangeo-forge-cordex==0.3.4 pangeo-forge-recipes==0.10.5 \
aiohttp requests fsspec s3fs zarr boto3

Expand Down

0 comments on commit 6e0d810

Please sign in to comment.