Skip to content

Commit

Permalink
Merge pull request #28 from ranchodeluxe/patch-1
Browse files Browse the repository at this point in the history
Add python3-venv to Dockerfile
  • Loading branch information
cisaacstern authored Mar 18, 2024
2 parents 868f7dd + f1ebf7c commit 3c00279
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
@@ -1,7 +1,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 apt-get update && apt-get install -y python3 python3-pip python3-venv git
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install "pangeo-forge-runner[dataflow,flink]>=0.9.2"

Expand Down

0 comments on commit 3c00279

Please sign in to comment.