Skip to content

Commit

Permalink
Add jupyter_kernel_gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelalvis committed Nov 21, 2024
1 parent 25ebe01 commit ee42d42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ echo " - ipykernel" >> environment.yml
conda env create --quiet --file=environment.yml
EOL10
RUN source ${HOME}/.bashrc && conda init --user bash
RUN python3 -m pip install jupyter_kernel_gateway
RUN <<EOL20
source ${HOME}/.bashrc
conda activate IOOS
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,10 @@ Currently, the only action performed is to release and push a tag to ECR. It wo
#
base /home/sagemaker-user/miniforge3
IOOS /home/sagemaker-user/miniforge3/envs/IOOS
[sagemaker-user@0d0b4341c3fa ~]$ jupyter kernelspec list
Available kernels:
ioos /home/sagemaker-user/.local/share/jupyter/kernels/ioos
python3 /usr/local/share/jupyter/kernels/python3
```

0 comments on commit ee42d42

Please sign in to comment.