We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 965af2d + 674e749 commit 2422fddCopy full SHA for 2422fdd
1 file changed
tridesclous/Dockerfile
@@ -9,9 +9,9 @@ RUN pip install --no-input pip==21.2.4
9
RUN apt-get update && apt-get install -y libgl1-mesa-glx
10
11
# need to force some version
12
-RUN pip install numpy==1.20
+RUN pip install numpy==1.21
13
RUN pip install numba
14
-RUN pip install git+https://github.com/scikit-learn-contrib/hdbscan.git
+RUN pip install hdbscan
15
16
17
RUN pip install Cython
0 commit comments