thedamn commited on
Commit
703f74f
·
1 Parent(s): 5829d9b
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ RUN apt-get update
7
  # Install system packages
8
  RUN apt-get install -y grep git
9
 
 
 
10
  # Set the working directory in the container
11
  WORKDIR /app
12
 
 
7
  # Install system packages
8
  RUN apt-get install -y grep git
9
 
10
+ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
+
12
  # Set the working directory in the container
13
  WORKDIR /app
14