MarkusStoll commited on
Commit
cd3333f
1 Parent(s): 49d6ae9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ ENV HOME=/code
7
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
- RUN curl -LJO https://spotlightpublic.blob.core.windows.net/github-public/Renumics/renumics_spotlight-1.1.0.post34+853e8be-py3-none-any.whl
11
- RUN pip install renumics_spotlight-1.1.0.post34+853e8be-py3-none-any.whl
12
 
13
  RUN pip install datasets
14
 
 
7
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
+
11
+ RUN RUN pip install renumics-spotlight==1.2.0rc2
12
 
13
  RUN pip install datasets
14