fix: Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
git \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
-
COPY mlipaudit-0.1.
|
| 12 |
|
| 13 |
RUN pip3 install ./mlipaudit-0.1.1-py3-none-any.whl
|
| 14 |
|
|
|
|
| 8 |
git \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
+
COPY mlipaudit-0.1.1-py3-none-any.whl ./
|
| 12 |
|
| 13 |
RUN pip3 install ./mlipaudit-0.1.1-py3-none-any.whl
|
| 14 |
|