sps44 commited on
Commit
942c052
1 Parent(s): a866b24

updated spotlight version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ ENV HOME=/code
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
- RUN pip install pydantic==1.10.8 renumics-spotlight==1.2.0rc2
12
 
13
  RUN pip install datasets
14
 
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
+ RUN pip install renumics-spotlight==1.6.0
12
 
13
  RUN pip install datasets
14