We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da16f commit ca0c01eCopy full SHA for ca0c01e
1 file changed
ironclust-compiled/Dockerfile
@@ -11,11 +11,5 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2
11
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
12
RUN apt-get install python3-pip -y
13
RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
14
-
15
RUN pip install -U pip
16
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