Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,6 @@ COPY templates/ /app/templates
|
|
| 18 |
COPY .env .env
|
| 19 |
COPY test_streaming.py test_streaming.py
|
| 20 |
COPY app_main.py app_main.py
|
| 21 |
-
COPY compare_image_similarity_openclip.py compare_image_similarity_openclip.py
|
| 22 |
|
| 23 |
# Install system dependencies
|
| 24 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 18 |
COPY .env .env
|
| 19 |
COPY test_streaming.py test_streaming.py
|
| 20 |
COPY app_main.py app_main.py
|
|
|
|
| 21 |
|
| 22 |
# Install system dependencies
|
| 23 |
RUN apt-get update && apt-get install -y \
|