AitBAD commited on
Commit
678323f
·
verified ·
1 Parent(s): 30d56e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
11
  # Copy your requirements file first (for better caching)
12
  COPY requirements.txt .
13
 
14
- # Install Python dependencies
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  # Set the working directory inside the container
 
11
  # Copy your requirements file first (for better caching)
12
  COPY requirements.txt .
13
 
14
+ # Install Python dependencies, including streamlit
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  # Set the working directory inside the container