Skip to content

Commit 7ac8de1

Browse files
authored
Add pyspelling to devdeps image (#881)
1 parent 5d5c4a8 commit 7ac8de1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/build/devdeps.Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ COPY --from=prereqs /usr/local/openssl "$OPENSSL_INSTALL_PREFIX"
151151
# Install additional tools for CUDA Quantum documentation generation.
152152
COPY --from=doxygenbuild /usr/local/bin/doxygen /usr/local/bin/doxygen
153153
ENV PATH="${PATH}:/usr/local/bin"
154-
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip pandoc \
154+
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip pandoc aspell aspell-en \
155155
&& python3 -m pip install --no-cache-dir \
156156
ipython==8.15.0 pandoc==2.3 sphinx==5.3.0 sphinx_rtd_theme==1.2.0 sphinx-reredirects==0.1.2 \
157157
sphinx-copybutton==0.5.2 sphinx_inline_tabs==2023.4.21 enum-tools[sphinx] breathe==4.34.0 nbsphinx==0.9.2 sphinx_gallery==0.13.0 \
@@ -172,5 +172,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
172172
&& python3 -m pip install --no-cache-dir \
173173
lit pytest numpy \
174174
fastapi uvicorn pydantic requests llvmlite \
175+
pyspelling pymdown-extensions \
175176
scipy==1.10.1 openfermionpyscf==0.5 \
176177
&& apt-get autoremove -y --purge && apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)