idated dockerfile
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 47s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 47s
This commit is contained in:
parent
aa29eb27f8
commit
53780e7a2d
@ -13,6 +13,8 @@ ENV PATH="/opt/venv/bin:$PATH"
|
|||||||
# Copy requirements and install dependencies
|
# Copy requirements and install dependencies
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
RUN pip install --no-cache-dir requests==2.32.3
|
||||||
|
RUN pip install --no-cache-dir stem==1.8.2
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# ---- Final Stage ----
|
# ---- Final Stage ----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user