sps44 commited on
Commit
3b60ca7
·
1 Parent(s): 1bbe980

fix whl extension

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY ./renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any.whl /code/renumics_
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
- RUN pip install renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any
12
 
13
 
14
  RUN pip install pyarrow datasets
 
8
  RUN apt install curl
9
  RUN pip install pip -U
10
 
11
+ RUN pip install renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any.whl
12
 
13
 
14
  RUN pip install pyarrow datasets