Sharan Thakur commited on
Commit
5b606dd
·
1 Parent(s): 9d747e9

keep no-cache-dir

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