Skip to content

Commit e0d0a8a

Browse files
authored
remove twine from installation
twine seems to not be working with recent Docker installations, and we don't seem to need it for anything, so...
1 parent a506bb1 commit e0d0a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN sudo apt-get install -y jcc && \
2323
python3 -m pip install --upgrade pip \
2424
wheel \
2525
JCC \
26-
twine \
2726
urllib3 && \
2827
python3 -m pip install jupyter \
2928
nilearn \

0 commit comments

Comments
 (0)