We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd4cb1 commit 788a0abCopy full SHA for 788a0ab
examples/Dockerfile/Dockerfile
@@ -38,7 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
38
&& apt-get clean \
39
&& apt-get purge -y \
40
&& rm -rf /var/lib/apt/lists* \
41
- && pip3 install cmake
+ && pip3 install 'cmake<4'
42
43
# Copy TileDB source files from the build context.
44
COPY . /home/tiledb/TileDB
tiledb/doxygen/source/requirements.txt
@@ -1,5 +1,5 @@
1
breathe
2
-cmake
+'cmake<4'
3
docutils
4
jinja2
5
sphinx_rtd_theme
0 commit comments