File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ COPY --from=prereqs /usr/local/openssl "$OPENSSL_INSTALL_PREFIX"
151
151
# Install additional tools for CUDA Quantum documentation generation.
152
152
COPY --from=doxygenbuild /usr/local/bin/doxygen /usr/local/bin/doxygen
153
153
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 \
155
155
&& python3 -m pip install --no-cache-dir \
156
156
ipython==8.15.0 pandoc==2.3 sphinx==5.3.0 sphinx_rtd_theme==1.2.0 sphinx-reredirects==0.1.2 \
157
157
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 \
172
172
&& python3 -m pip install --no-cache-dir \
173
173
lit pytest numpy \
174
174
fastapi uvicorn pydantic requests llvmlite \
175
+ pyspelling pymdown-extensions \
175
176
scipy==1.10.1 openfermionpyscf==0.5 \
176
177
&& apt-get autoremove -y --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments