changed file name
This commit is contained in:
parent
e991d3cba7
commit
52d62894b6
3 changed files with 0 additions and 17 deletions
15
deployment-service/snakeapi_service/Dockerfile
Normal file
15
deployment-service/snakeapi_service/Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
|
||||
RUN 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=3006
|
||||
EXPOSE 3006
|
||||
|
||||
CMD ["./entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue