Ezhil commited on
Commit
c23a54f
·
1 Parent(s): a6b2fb2

second commit

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