rename snake-api-template folder
This commit is contained in:
parent
0b1942d773
commit
5bdf2ea205
5 changed files with 0 additions and 0 deletions
|
|
@ -1,17 +0,0 @@
|
|||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
|
||||
RUN python -m pip install --upgrade pip && \
|
||||
pip install --no-cache-dir jupyter flask awscli flask_cors nbconvert nbformat
|
||||
|
||||
|
||||
COPY ./entrypoint.sh .
|
||||
COPY ./notebooks ./notebooks
|
||||
COPY ./snakeapi_server.py .
|
||||
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
ENV PORT=8000
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["./entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue