Neon-AI commited on
Commit
190ec5e
·
verified ·
1 Parent(s): 54b468c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY requirements.txt .
9
  COPY app.py .
10
 
11
  # Install dependencies
12
- RUN pip install -r requirements.txt #--no-cache-dir -r requirements.txt
13
 
14
  # Expose Streamlit port
15
  EXPOSE 8501
 
9
  COPY app.py .
10
 
11
  # Install dependencies
12
+ RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Expose Streamlit port
15
  EXPOSE 8501