Zhofang commited on
Commit
8757a20
1 Parent(s): eb16895

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -84,6 +84,7 @@ RUN pip install bottle
84
  RUN pip install glances
85
  RUN pip install fastapi
86
  RUN pip install uvicorn
 
87
  #######################################
88
  # End root user section
89
  #######################################
 
84
  RUN pip install glances
85
  RUN pip install fastapi
86
  RUN pip install uvicorn
87
+ RUN pip install Jinja2==3.1.2
88
  #######################################
89
  # End root user section
90
  #######################################