Skip to content

Commit 233b01a

Browse files
authored
fix: explicitly set the JUPYTER_PATH for NGC PyTorch 22.05
It is required to find the Jupyter kernel from the Agent's kernel runner.
1 parent 4923888 commit 233b01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendor/ngc-pytorch/Dockerfile.22.05-py3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
212212
--prefix=/opt/conda/ \
213213
--display-name "PyTorch 1.13 (NGC 22.05/Python 3.8 Conda) on Backend.AI" && \
214214
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
215+
ENV JUPYTER_PATH="/opt/conda/share/jupyter"
215216

216217
# Backend.AI specifics
217218
COPY ./service-defs /etc/backend.ai/service-defs

0 commit comments

Comments
 (0)