Steffen Slavetinsky commited on
Commit
21fa2d3
1 Parent(s): 6f196c6

add whl from onedrive

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
 
2
  .venv/
 
 
1
 
2
  .venv/
3
+ .DS_Store
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 git+https://github.com/Renumics/spotlight.git@ac8ed08d9a179c15fccfa5f0fa4a0a71fbc3dbe7
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 https://simspark.sharepoint.com/:u:/s/RenumicsPartner/EUZNDerLSVNEk4trNwM9NywBzbWUGfpK406didnaN6sCvw?e=qwPgYw
10
 
11
  RUN pip install datasets
12
  COPY prepare.py .