Skip to content

Commit

Permalink
Install pytablewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca authored Sep 29, 2024
1 parent c353c9f commit 4d42576
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 @@ -2,7 +2,7 @@ FROM quay.io/jupyter/scipy-notebook

LABEL org.opencontainers.image.description "Docker image for JupyterHub based on Jupyter Docker Stacks with the Globus tools installed"

RUN mamba install --yes 'gh' 'globus-sdk' 'globus-cli' 'nbgitpuller' 'toml' && \
RUN mamba install --yes 'gh' 'globus-sdk' 'globus-cli' 'nbgitpuller' 'toml' 'pytablewriter' && \
mamba clean --all -f -y && \
python -m pip install 'bdbag' && \
python -m pip cache purge && \
Expand Down

0 comments on commit 4d42576

Please sign in to comment.