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

Fix copying model

parent 5e6ae803
No related merge requests found
Pipeline #2165 failed with stages
in 1 minute and 54 seconds
......@@ -3,7 +3,7 @@ FROM clarinpl/python:3.6
WORKDIR /home/worker
COPY ./src ./src
COPY ./requirements.txt .
COPY ./models/autocorrect ./models/autocorrect
#COPY ./models/autocorrect ./models/autocorrect
COPY ./entrypoint.sh .
RUN apt update && apt install -y g++ gdb
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment