MarkusStoll commited on
Commit
ebe1006
·
1 Parent(s): c6a85a5

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 renumics-spotlight==1.3.0rc3
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 renumics-spotlight==1.3.0rc6
10
 
11
  RUN pip install datasets
12
  COPY prepare.py .