Skip to content

Commit 6f830b6

Browse files
committed
Dockerfile installs the pseudobatch package with error propagation module
1 parent 26c8cba commit 6f830b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir "cmdstanpy==1.0.4"
1313
# Install cmdstan
1414
RUN python -m cmdstanpy.install_cmdstan --version "${CMDSTAN_VERSION}" --cores 2
1515

16-
RUN pip install --no-cache-dir -e "." && \
16+
RUN pip install --no-cache-dir -e ".[error_propagation]" && \
1717
fix-permissions "${CONDA_DIR}" && \
1818
fix-permissions "/home/${NB_USER}"
1919

0 commit comments

Comments
 (0)