Spaces:
Runtime error
Runtime error
pin pydantic version
Browse files- 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 |
|