lcolonn commited on
Commit
ac4597e
·
verified ·
1 Parent(s): fcca5e7

feat: update Dockerfile with new mlipaudit whl

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
 
11
  COPY mlipaudit-0.1.0-py3-none-any.whl ./
12
 
13
- RUN pip3 install ./mlipaudit-0.1.0-py3-none-any.whl
14
 
15
  EXPOSE 8501
16
 
 
10
 
11
  COPY mlipaudit-0.1.0-py3-none-any.whl ./
12
 
13
+ RUN pip3 install ./mlipaudit-0.1.1-py3-none-any.whl
14
 
15
  EXPOSE 8501
16