Skip to content
Snippets Groups Projects
Unverified Commit 643c7b81 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Use full python image with gcc

parent 925ee23b
No related branches found
No related tags found
No related merge requests found
Pipeline #12611 failed
FROM python:3.7-slim AS builder
FROM python:3.7 AS builder
WORKDIR /tmp/repo
COPY setup.py requirements.txt /tmp/repo/
......@@ -6,5 +6,5 @@ COPY nnfwtbn /tmp/repo/nnfwtbn
RUN pip install -r requirements.txt
RUN python setup.py install
FROM python:3.7-slim
FROM python:3.7
COPY --from=builder /usr /usr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment