sps44 commited on
Commit
30b96f0
·
1 Parent(s): 8770ed5

pin pydantic version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ COPY ./renumics_spotlight-1.3.0.post116+a49d537-py3-none-any.whl /code/renumics_
7
 
8
  RUN apt install curl
9
  RUN pip install pip -U
 
10
 
11
  RUN pip install renumics_spotlight-1.3.0.post116+a49d537-py3-none-any.whl
12
 
 
7
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
+ RUN pip install pydantic==1.10.8
11
 
12
  RUN pip install renumics_spotlight-1.3.0.post116+a49d537-py3-none-any.whl
13