MarkusStoll commited on
Commit
713a2ea
1 Parent(s): df26843

Update Dockerfile

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 renumics-spotlight==1.3.0rc8 pyarrow
12
 
13
  RUN pip install datasets cleanvision
14
 
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
+ RUN pip install renumics-spotlight==1.5.2 pyarrow
12
 
13
  RUN pip install datasets cleanvision
14