Skip to content
Snippets Groups Projects
Commit 212fb253 authored by Ahmed Markhoos's avatar Ahmed Markhoos
Browse files

Update Dockerfile python version

parent 00fdcd61
No related branches found
No related tags found
No related merge requests found
Pipeline #13797 failed
FROM python:3.7 AS builder FROM python:3.9 AS builder
WORKDIR /tmp/repo WORKDIR /tmp/repo
COPY setup.py requirements.txt /tmp/repo/ COPY setup.py requirements.txt /tmp/repo/
...@@ -6,5 +6,5 @@ COPY freeforestml /tmp/repo/freeforestml ...@@ -6,5 +6,5 @@ COPY freeforestml /tmp/repo/freeforestml
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN pip install . RUN pip install .
FROM python:3.7 FROM python:3.9
COPY --from=builder /usr /usr 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