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 52f1b2b commit cee0d8aCopy full SHA for cee0d8a
requirements-dev.txt
@@ -4,7 +4,7 @@
4
arviz>=0.13.0
5
cachetools>=4.2.1
6
cloudpickle
7
-git+https://github.com/pymc-devs/pymc-sphinx-theme
+pymc-sphinx-theme>=0.16.0
8
ipython>=7.16
9
jupyter-sphinx
10
mcbackend>=0.4.0
scripts/Dockerfile
@@ -5,9 +5,6 @@ LABEL description="Environment for PyMC version 4"
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
-USER root
-RUN apt-get update && apt-get install -y git
-
11
# Switch to jovyan to avoid container runs as root
12
USER $NB_UID
13
0 commit comments