working on implementing server.js
This commit is contained in:
parent
4ccc534f3d
commit
55b2398370
13 changed files with 2320 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ RUN pip install --no-cache-dir jupyter
|
|||
COPY notebook.ipynb /app/
|
||||
|
||||
# Expose port 8000
|
||||
ENV PORT=3006
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to execute the notebook directly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue