Esmael-Saleh commited on
Commit
8c296e1
1 Parent(s): e7b395a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
 
8
  COPY requirements.txt /app/
9
 
10
- RUN pip install -r requirements.txt
11
 
12
  COPY . /app/
13
 
 
7
 
8
  COPY requirements.txt /app/
9
 
10
+ RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY . /app/
13