add files
This commit is contained in:
parent
a27f14f036
commit
fb52d49f74
1664 changed files with 749794 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
# Use an official Python base image
|
||||
FROM python:3.11
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install Jupyter
|
||||
RUN pip install --no-cache-dir jupyter
|
||||
|
||||
# Copy the notebook file into the container
|
||||
COPY notebook.ipynb /app/
|
||||
|
||||
# Expose port 8000
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to execute the notebook directly
|
||||
CMD ["jupyter", "execute", "notebook.ipynb"]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,17 @@
|
|||
# Use an official Python base image
|
||||
FROM python:3.11
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install Jupyter
|
||||
RUN pip install --no-cache-dir jupyter
|
||||
|
||||
# Copy the notebook file into the container
|
||||
COPY notebook.ipynb /app/
|
||||
|
||||
# Expose port 8000
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to execute the notebook directly
|
||||
CMD ["jupyter", "execute", "notebook.ipynb"]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,17 @@
|
|||
# Use an official Python base image
|
||||
FROM python:3.11
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install Jupyter
|
||||
RUN pip install --no-cache-dir jupyter
|
||||
|
||||
# Copy the notebook file into the container
|
||||
COPY notebook.ipynb /app/
|
||||
|
||||
# Expose port 8000
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to execute the notebook directly
|
||||
CMD ["jupyter", "execute", "notebook.ipynb"]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,17 @@
|
|||
# Use an official Python base image
|
||||
FROM python:3.11
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install Jupyter
|
||||
RUN pip install --no-cache-dir jupyter
|
||||
|
||||
# Copy the notebook file into the container
|
||||
COPY notebook.ipynb /app/
|
||||
|
||||
# Expose port 8000
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to execute the notebook directly
|
||||
CMD ["jupyter", "execute", "notebook.ipynb"]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,17 @@
|
|||
# Use an official Python base image
|
||||
FROM python:3.11
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install Jupyter
|
||||
RUN pip install --no-cache-dir jupyter
|
||||
|
||||
# Copy the notebook file into the container
|
||||
COPY notebook.ipynb /app/
|
||||
|
||||
# Expose port 8000
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to execute the notebook directly
|
||||
CMD ["jupyter", "execute", "notebook.ipynb"]
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue