Skip to content

Commit

Permalink
move ./notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 15, 2024
1 parent afd5bd5 commit e8f2187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting-started/spark/docker-compose-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ services:
retries: 5
jupyter:
build:
context: ../../
dockerfile: ./notebooks/Dockerfile
context: ../../ # this is necessary to expose `regtests/` dir to notebooks/Dockerfile
dockerfile: ./getting-started/spark/notebooks/Dockerfile
network: host
ports:
- "8888:8888"
Expand All @@ -57,4 +57,4 @@ volumes:
driver_opts:
o: bind
type: none
device: ../../notebooks
device: ./notebooks/
File renamed without changes.
File renamed without changes.

0 comments on commit e8f2187

Please sign in to comment.