We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4bd60 commit e9e37b0Copy full SHA for e9e37b0
Dockerfile
@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y \
15
libxrender-dev \
16
&& rm -rf /var/lib/apt/lists/*
17
18
-# Install Python dependencies
+# Upgrade pip and install Python dependencies
19
+RUN pip install --no-cache-dir --upgrade pip
20
RUN pip install --no-cache-dir -r requirements.txt
21
22
# Expose the port that Streamlit uses (8501 by default)
0 commit comments