Dmitry Beresnev commited on
Commit
9a5930e
·
1 Parent(s): d5d5cab

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
18
  COPY requirements.txt ./
19
  COPY src/ ./src/
20
 
21
- RUN pip3 install -r requirements.txt
22
 
23
  ENV http_proxy ""
24
  ENV https_proxy ""
 
18
  COPY requirements.txt ./
19
  COPY src/ ./src/
20
 
21
+ RUN pip3 install --no-cache-dir -r requirements.txt
22
 
23
  ENV http_proxy ""
24
  ENV https_proxy ""