Spaces:
Runtime error
Runtime error
MarkusStoll
commited on
Commit
•
9a2dcf8
1
Parent(s):
6d8fba7
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
|
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 pydantic==1.10.8 renumics-spotlight==1.2.0rc2
|
10 |
|
11 |
RUN pip install datasets
|
12 |
COPY prepare.py .
|