Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0golovatyi authored Nov 11, 2020
1 parent d189b6a commit f4f4bb5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM python:3

WORKDIR /app

# install the latest TabPy
RUN python3 -m pip install --upgrade pip && python3 -m pip install --upgrade tabpy

# start TabPy
CMD ["sh", "-c", "tabpy"]

# deploy models
RUN tabpy-deploy-models

0 comments on commit f4f4bb5

Please sign in to comment.