Skip to content

Commit

Permalink
add init extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Dec 2, 2023
1 parent eade770 commit 5e28bc0
Show file tree
Hide file tree
Showing 3 changed files with 11,573 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mini-projects/end-to-end/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM python:3.11

# Copy all files
COPY . .

# install dependencies
RUN pip install -r requirements.txt

# this configuration is needed for your app to work, do not change it
ENTRYPOINT ["voila", "app.ipynb"]
Loading

0 comments on commit 5e28bc0

Please sign in to comment.