Skip to content

Commit e9e37b0

Browse files
authored
Update Dockerfile
1 parent ed4bd60 commit e9e37b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y \
1515
libxrender-dev \
1616
&& rm -rf /var/lib/apt/lists/*
1717

18-
# Install Python dependencies
18+
# Upgrade pip and install Python dependencies
19+
RUN pip install --no-cache-dir --upgrade pip
1920
RUN pip install --no-cache-dir -r requirements.txt
2021

2122
# Expose the port that Streamlit uses (8501 by default)

0 commit comments

Comments
 (0)