Merge branch 'main' into feature/deployment-yoshi

This commit is contained in:
yoshi 2025-05-05 09:59:18 -07:00
commit 1eeca07fb8

View file

@ -11,7 +11,6 @@ RUN pip install --no-cache-dir jupyter
COPY notebook.ipynb /app/ COPY notebook.ipynb /app/
# Expose port 8000 # Expose port 8000
ENV PORT=3006
EXPOSE 8000 EXPOSE 8000
# Command to execute the notebook directly # Command to execute the notebook directly