Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DH-164 attempting to remove qtpdf #5205

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ jupyterhub:
- name: home
mountPath: /home/jovyan/.rstudio
subPath: '{username}/.datahub-rstudio'
extraFiles:
# DH-164
remove-exporters:
mountPath: /etc/jupyter/jupyter_notebook_config.py
stringData: |
c.QtPDFExporter.enabled = False
memory:
guarantee: 512M
limit: 1G
Expand Down
3 changes: 0 additions & 3 deletions deployments/datahub/images/default/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,3 @@ libgdal-dev
libgeos-dev
libproj-dev
libmysqlclient-dev

# DH-164
libpci3