Skip to content

Commit

Permalink
adding Docker container along with some training data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus committed Dec 29, 2019
1 parent fd0dd43 commit 6c8ca18
Show file tree
Hide file tree
Showing 2 changed files with 14,107 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ubuntu
RUN apt-get update
RUN apt-get -y install build-essential

WORKDIR /usr/src/app

COPY . .

RUN make

CMD ["./net", "data/eddan_full.txt", "-st", "1000", "-ep", "40000"]
Loading

0 comments on commit 6c8ca18

Please sign in to comment.