Spaces:
Sleeping
Sleeping
5 commit
Browse files- 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 |
|