Skip to content

Commit

Permalink
simplified copying tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkavi committed Aug 1, 2023
1 parent 4d472e1 commit 04e0727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@ RUN mkdir /home/$NB_USER/tutorial_notebooks && \
fix-permissions /home/$NB_USER

# Copy example data and scripts to the example folder
COPY /docs/tutorial_notebooks/tutorial_likelihoods.ipynb /home/${NB_USER}/tutorial_notebooks
COPY /docs/tutorial_notebooks/hugging_face_onnx_models.ipynb /home/${NB_USER}/tutorial_notebooks
COPY /docs/tutorial_notebooks/pymc.ipynb /home/${NB_USER}/tutorial_notebooks
COPY /docs/tutorial_notebooks/no_execute/getting_started.ipynb /home/${NB_USER}/tutorial_notebooks/no_execute
COPY /docs/tutorial_notebooks/no_execute/lapse_prob_and_dist.ipynb /home/${NB_USER}/tutorial_notebooks/no_execute
COPY /docs/tutorial_notebooks/no_execute/main_tutorial.ipynb /home/${NB_USER}/tutorial_notebooks/no_execute
COPY /docs/tutorial_notebooks /home/${NB_USER}/tutorial_notebooks

# Copy tests and run them
COPY /tests /opt/conda/lib/python3.9/site-packages/hssm/tests
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/main_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7942,6 +7942,7 @@
}
],
"source": [
"# az.summary(infer_data_reg_v_a, var_names=[\"~rt,response_obs\"])\n",
"az.summary(infer_data_reg_v_a, var_names=[\"~a\"])"
]
},
Expand Down

0 comments on commit 04e0727

Please sign in to comment.