Steffen Slavetinsky commited on
Commit
d9d31a4
·
unverified ·
1 Parent(s): c21f5f0

install from onedrive

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ ENV HOME=/code
6
  RUN apt install curl
7
  RUN pip install pip -U
8
 
9
- RUN pip install git+https://github.com/Renumics/spotlight.git@main
 
10
 
11
  RUN pip install datasets
12
  COPY prepare.py .
 
6
  RUN apt install curl
7
  RUN pip install pip -U
8
 
9
+ RUN wget -O renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl "https://simspark.sharepoint.com/:u:/s/RenumicsPartner/ESG49MdZHvZGnN8KwDfJydcBfNBS9TbTAMCXY8596AUy0Q?e=sYF0gM&download=1"
10
+ RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
11
 
12
  RUN pip install datasets
13
  COPY prepare.py .