Steffen Slavetinsky
commited on
Commit
•
21fa2d3
1
Parent(s):
6f196c6
add whl from onedrive
Browse files- .gitignore +1 -0
- 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
|
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 .
|