Skip to content
Snippets Groups Projects
Commit c1c4fef0 authored by Kamil Kanclerz's avatar Kamil Kanclerz
Browse files

Fix copying model

parent 5e6ae803
Branches master
No related tags found
No related merge requests found
Pipeline #2165 failed
...@@ -3,7 +3,7 @@ FROM clarinpl/python:3.6 ...@@ -3,7 +3,7 @@ FROM clarinpl/python:3.6
WORKDIR /home/worker WORKDIR /home/worker
COPY ./src ./src COPY ./src ./src
COPY ./requirements.txt . COPY ./requirements.txt .
COPY ./models/autocorrect ./models/autocorrect #COPY ./models/autocorrect ./models/autocorrect
COPY ./entrypoint.sh . COPY ./entrypoint.sh .
RUN apt update && apt install -y g++ gdb RUN apt update && apt install -y g++ gdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment