Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN apk add --no-cache gcc musl-dev python3-dev
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
COPY ./knowledge_base.pl knowledge_base.pl
|
|
|
10 |
RUN pip install --no-cache-dir --upgrade pip
|
11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
12 |
|
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
COPY ./knowledge_base.pl knowledge_base.pl
|
10 |
+
COPY ./requirements.txt requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade pip
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|