Skip to content

Commit

Permalink
Add required packages that were in PUDL
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Nov 13, 2024
1 parent be2ae95 commit a3650d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# set base image (host OS)
FROM python:3.10

RUN apt-get update && apt-get install sqlite3
RUN apt-get -y update && apt-get -y install sqlite3
RUN apt-get -y install libgdal-dev

RUN useradd -d /app/ dbcp
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ plotly~=5.15.0
gridstatus~=0.20.0
s3fs>=2022.11.0
click>=8.1.7
numpy<2
sqlalchemy<2
coloredlogs~=15.0.1
scipy~=1.14.1
google-cloud-storage~=2.18.2
geopandas~=1.0.1

0 comments on commit a3650d2

Please sign in to comment.