MarkusStoll commited on
Commit
d75a3b7
1 Parent(s): bb4dab5

pip install fix

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -6,8 +6,9 @@ ENV HOME=/code
6
  # RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
  RUN apt install curl
9
- RUN curl -LJO https://spotlightpublic.blob.core.windows.net/github-public/Renumics/renumics_spotlight-1.1.0.post34+853e8be-py3-none-any
10
- RUN pip install renumics_spotlight-1.1.0.post34+853e8be-py3-none-any
 
11
 
12
  RUN pip install datasets
13
 
 
6
  # RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
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