Skip to content

Commit

Permalink
Downgrade to python3.10, fixing ppc64le builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 6, 2023
1 parent 37b44d1 commit e0ed461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/fnndsc/mni-conda-base:civet2.1.1-python3.11.0
FROM docker.io/fnndsc/mni-conda-base:civet2.1.1-python3.10.6

LABEL org.opencontainers.image.authors="FNNDSC <[email protected]>" \
org.opencontainers.image.title="ep-subdivide-mnc-methods" \
Expand Down
2 changes: 1 addition & 1 deletion subdivide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.0'
__version__ = '1.1.1'

DISPLAY_TITLE = r"""
_ _ _ _ _ ___ ________ _ _ _____
Expand Down

0 comments on commit e0ed461

Please sign in to comment.