Skip to content

Commit 5a57b42

Browse files
committed
:qMerge branch 'master' of github.com:lablup/backend.ai-kernels
2 parents 25c9628 + 68874e9 commit 5a57b42

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

commons/Dockerfile.base.conda.22.06

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ENV NCCL_VERSION=2.8.4-1
99
ENV MLNX_OFED_VERSION=5.4-2.4.1.3
1010
ENV OPENMPI 4.1.2
1111
# configure for enviroments
12+
ENV JUPYTER_PATH="/opt/conda/share/jupyter"
1213
ENV DEBIAN_FRONTEND=noninteractive \
1314
TZ=Asia/Seoul \
1415
MPLBACKEND=Svg \

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)