Skip to content

Commit

Permalink
Add psycopg-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Mar 8, 2024
1 parent f37267b commit 63f926c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN mamba install --yes \
# Install PostgreSQL Python drivers v3
RUN mamba install --yes \
'psycopg' \
'psycopg-c' && \
'psycopg-c' \
'psycopg-pool' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
Expand Down

0 comments on commit 63f926c

Please sign in to comment.