We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50734e0 commit 437ef5dCopy full SHA for 437ef5d
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM continuumio/miniconda3:23.5.2-0@sha256:77f9119def83d94b7afb654b39a1c21aaa7f255518aba57de08321760c27c86a
+FROM continuumio/miniconda3:25.1.1-2@sha256:89e5406f2322af808b23f5461121862fd1e098b360e65be0c3e9d2d79b94c6a4
2
RUN apt-get update \
3
&& apt-get install -y --no-install-recommends \
4
curl wget build-essential openjdk-17-jdk git \
@@ -30,4 +30,4 @@ RUN cd pylucene/jcc \
30
RUN cd pylucene \
31
&& NUM_FILES=10 make
32
RUN pip install pylucene/dist/*.whl
33
-RUN pip install -e .
+RUN pip install -e .
0 commit comments