refined snakeapi_service files

This commit is contained in:
yoshi 2025-04-29 15:01:23 -07:00
parent 61650658eb
commit 0a143b3dc7
4 changed files with 127 additions and 29 deletions

View file

@ -5,6 +5,7 @@ RUN pip install --no-cache-dir jupyter flask awscli flask_cors nbconvert nbforma
COPY entrypoint.sh .
COPY notebooks ./notebooks
COPY snakeapi_server.py .
RUN chmod +x entrypoint.sh