Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscape committed Dec 27, 2023
1 parent afacfed commit 1982d6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 11_notebooks/jupyter_inside_modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
import modal

stub = modal.Stub(
image=modal.Image.debian_slim()
.pip_install("jupyter", "bing-image-downloader~=1.1.2")
image=modal.Image.debian_slim().pip_install(
"jupyter", "bing-image-downloader~=1.1.2"
)
)
# This volume is not persisted, so the data will be deleted when this demo app is stopped.
volume = modal.NetworkFileSystem.new()
Expand Down

0 comments on commit 1982d6c

Please sign in to comment.