wip
This commit is contained in:
parent
78cc5ff0cd
commit
70f4a89e30
10 changed files with 564 additions and 182 deletions
|
|
@ -4,9 +4,9 @@ WORKDIR /app
|
|||
Copy pyproject.toml /app
|
||||
COPY learn_sql_model/__about__.py /app/learn_sql_model/__about__.py
|
||||
COPY README.md /app
|
||||
RUN pip3 install .
|
||||
RUN pip3 install '.[api]'
|
||||
COPY . /app
|
||||
RUN pip3 install .
|
||||
RUN pip3 install '.[api]'
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue