Spaces:
Sleeping
Sleeping
MarkusStoll
commited on
Commit
•
07975fc
1
Parent(s):
409cc55
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ ENV HOME=/code
|
|
6 |
RUN apt install curl
|
7 |
RUN pip install pip -U
|
8 |
|
9 |
-
RUN pip install renumics-spotlight==1.2.0rc2
|
10 |
|
11 |
RUN pip install datasets
|
12 |
COPY prepare.py .
|
|
|
6 |
RUN apt install curl
|
7 |
RUN pip install pip -U
|
8 |
|
9 |
+
RUN pip install pip install "pydantic==1.10.8" renumics-spotlight==1.2.0rc2
|
10 |
|
11 |
RUN pip install datasets
|
12 |
COPY prepare.py .
|