MarkusStoll commited on
Commit
8422fe9
1 Parent(s): bb7d8d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 pip install "pydantic==2.1.1" 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 .