Skip to content

Commit

Permalink
added toml to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
merkelm committed Feb 21, 2024
1 parent 76a268c commit 4a74649
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Docker/github_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3-skimage \
python3-sphinx \
python3-sphinx-rtd-theme \
python3-tomli \
rsync \
sudo \
&& \
Expand Down
2 changes: 1 addition & 1 deletion Docker/openmpi_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
python3-skimage \
python3-sphinx \
python3-sphinx-rtd-theme \
python3-tomli \
&& \
apt-get autoremove --purge -y && \
apt-get autoclean -y && \
Expand Down Expand Up @@ -242,4 +243,3 @@ RUN ["chmod", "+x", "/usr/local/bin/jupyter.sh"]

# change user and group id to match host machine if options are passed accordingly
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ scipy
argparse
pytest
scikit-image
# From python 3.11 and newer, toml is part of standard implementation
tomli

0 comments on commit 4a74649

Please sign in to comment.