Skip to content

Commit

Permalink
Rename Jupyter example usage notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
eddmann committed Jul 12, 2023
1 parent 18c39ba commit 76be5dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/jupyter/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN cd /app && cargo build --release --bin santa-jupyter --target x86_64-unknown
FROM jupyter/base-notebook:x86_64-notebook-6.5.4
COPY --from=builder /app/target/x86_64-unknown-linux-gnu/release/santa-jupyter /opt/santa-lang-jupyter
RUN /opt/santa-lang-jupyter install
COPY runtime/jupyter/README.ipynb $HOME/
COPY runtime/jupyter/example.ipynb $HOME/
File renamed without changes.

0 comments on commit 76be5dd

Please sign in to comment.