dani2112 commited on
Commit
2ede8f4
1 Parent(s): 5d75475

pin pydantic

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ ENV HOME=/code
6
  RUN pip install pip -U
7
 
8
  RUN pip install renumics-spotlight==1.3.0
 
9
 
10
  COPY . .
11
  RUN chmod -R 777 /code
 
6
  RUN pip install pip -U
7
 
8
  RUN pip install renumics-spotlight==1.3.0
9
+ RUN pip install pydantic==1.10.8
10
 
11
  COPY . .
12
  RUN chmod -R 777 /code