From b5cb5efc788498349d48cb76d517de9e485d764f Mon Sep 17 00:00:00 2001 From: leehk Date: Thu, 6 Mar 2025 11:20:23 +0800 Subject: [PATCH] update for testing --- app/streamlit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/streamlit/Dockerfile b/app/streamlit/Dockerfile index b0e9b15..5890cba 100644 --- a/app/streamlit/Dockerfile +++ b/app/streamlit/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim WORKDIR /app/streamlit -COPY Pipfile Pipfile.lock ./ +COPY Pipfile ./ RUN pip install pipenv && pipenv install --system --deploy