Skip to content

Commit ca0c01e

Browse files
committed
Removed SI dependencies
1 parent a2da16f commit ca0c01e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ironclust-compiled/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2
1111
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
1212
RUN apt-get install python3-pip -y
1313
RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
14-
1514
RUN pip install -U pip
1615

17-
# Installing SI dependencies
18-
RUN pip install cython numpy \
19-
h5py pandas scipy scikit-learn matplotlib networkx \
20-
neo joblib tqdm probeinterface
21-

0 commit comments

Comments
 (0)