We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c8cba commit 6f830b6Copy full SHA for 6f830b6
Dockerfile
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir "cmdstanpy==1.0.4"
13
# Install cmdstan
14
RUN python -m cmdstanpy.install_cmdstan --version "${CMDSTAN_VERSION}" --cores 2
15
16
-RUN pip install --no-cache-dir -e "." && \
+RUN pip install --no-cache-dir -e ".[error_propagation]" && \
17
fix-permissions "${CONDA_DIR}" && \
18
fix-permissions "/home/${NB_USER}"
19
0 commit comments