Skip to content

Commit 52f1b2b

Browse files
committed
add git installation step into Dockerfile
1 parent 3ae5095 commit 52f1b2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ LABEL description="Environment for PyMC version 4"
55

66
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
77

8+
USER root
9+
RUN apt-get update && apt-get install -y git
10+
811
# Switch to jovyan to avoid container runs as root
912
USER $NB_UID
1013

0 commit comments

Comments
 (0)