Skip to content

Commit bfee4dc

Browse files
committed
feat: Resolving cloud issues
1 parent 6ddad1b commit bfee4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:3.11-slim
44
WORKDIR /app
55

66
# Install dependencies
7-
COPY requirements.txt . # Make sure it includes streamlit, requests, streamlit-chat
7+
COPY requirements.txt .
88
RUN pip install --no-cache-dir --upgrade pip
99
RUN pip install --no-cache-dir -r requirements.txt
1010

0 commit comments

Comments
 (0)