Skip to content

Commit

Permalink
Merge pull request #25 from pangeo-forge/dataflow-flink-installs
Browse files Browse the repository at this point in the history
Dataflow and flink installs
  • Loading branch information
cisaacstern authored Nov 21, 2023
2 parents 15075d9 + 27c7e93 commit 868f7dd
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 @@ -3,7 +3,7 @@ FROM ubuntu:22.04
# git is to support pip install from `git+https://` sources
RUN apt-get update && apt-get install -y python3 python3-pip git
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install "pangeo-forge-runner>=0.9.2"
RUN python3 -m pip install "pangeo-forge-runner[dataflow,flink]>=0.9.2"

COPY action/deploy_recipe.py /deploy_recipe.py
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 868f7dd

Please sign in to comment.