We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25c9628 + 68874e9 commit 5a57b42Copy full SHA for 5a57b42
commons/Dockerfile.base.conda.22.06
@@ -9,6 +9,7 @@ ENV NCCL_VERSION=2.8.4-1
9
ENV MLNX_OFED_VERSION=5.4-2.4.1.3
10
ENV OPENMPI 4.1.2
11
# configure for enviroments
12
+ENV JUPYTER_PATH="/opt/conda/share/jupyter"
13
ENV DEBIAN_FRONTEND=noninteractive \
14
TZ=Asia/Seoul \
15
MPLBACKEND=Svg \
vendor/ngc-pytorch/Dockerfile.22.05-py3
@@ -212,6 +212,7 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
212
--prefix=/opt/conda/ \
213
--display-name "PyTorch 1.13 (NGC 22.05/Python 3.8 Conda) on Backend.AI" && \
214
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
215
216
217
# Backend.AI specifics
218
COPY ./service-defs /etc/backend.ai/service-defs
0 commit comments