Skip to content
Snippets Groups Projects
Commit 3c2cc5fc authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update Dockerfile

parent b10d474a
No related branches found
No related tags found
No related merge requests found
Pipeline #9134 canceled
FROM clarinpl/python:3.6
FROM clarinpl/python:3.8
WORKDIR /home/worker
COPY ./src ./src
......@@ -15,7 +15,7 @@ RUN apt update && apt install -y g++ gdb
# cd .. && \
# rm -rf fastText
RUN python3.6 -m pip install -r requirements.txt
RUN python -m pip install -r requirements.txt
RUN ["chmod", "+x", "./entrypoint.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment