Spaces:
Sleeping
Sleeping
8 commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update
|
|
8 |
# Install system packages
|
9 |
RUN apt-get install -y grep git python3 python3-pip
|
10 |
|
11 |
-
RUN pip install --no-cache-dir --upgrade -r /
|
12 |
|
13 |
# Copy the rest of your application files
|
14 |
COPY . .
|
|
|
8 |
# Install system packages
|
9 |
RUN apt-get install -y grep git python3 python3-pip
|
10 |
|
11 |
+
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
12 |
|
13 |
# Copy the rest of your application files
|
14 |
COPY . .
|