Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -5,6 +5,8 @@ RUN apt-get update \
|
|
5 |
&& apt-get install -y sqlite3 \
|
6 |
&& apt-get install -y git
|
7 |
|
|
|
|
|
8 |
RUN pip install --upgrade --no-cache-dir pip \
|
9 |
&& pip install --upgrade --no-cache-dir -r requirements.txt
|
10 |
|
|
|
5 |
&& apt-get install -y sqlite3 \
|
6 |
&& apt-get install -y git
|
7 |
|
8 |
+
COPY requirements.txt .
|
9 |
+
|
10 |
RUN pip install --upgrade --no-cache-dir pip \
|
11 |
&& pip install --upgrade --no-cache-dir -r requirements.txt
|
12 |
|