Skip to content

Commit c4fecc0

Browse files
committed
Pytorch 19.04~07
1 parent 5ed8d74 commit c4fecc0

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

vendor/ngc-pytorch/Dockerfile.19.04-py3

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
1414
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.04) on Backend.AI" && \
1515
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
1616

17-
# for apt-get installation using /tmp
18-
RUN mkdir -p /tmp && \
19-
chown root:root /tmp && \
20-
chmod 1777 /tmp
21-
2217
# Backend.AI specifics
2318
COPY policy.yml /etc/backend.ai/jail/policy.yml
2419
LABEL ai.backend.kernelspec="1" \

vendor/ngc-pytorch/Dockerfile.19.05-py3

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
1414
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.05) on Backend.AI" && \
1515
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
1616

17-
# for apt-get installation using /tmp
18-
RUN mkdir -p /tmp && \
19-
chown root:root /tmp && \
20-
chmod 1777 /tmp
21-
2217
# Backend.AI specifics
2318
COPY policy.yml /etc/backend.ai/jail/policy.yml
2419
LABEL ai.backend.kernelspec="1" \

vendor/ngc-pytorch/Dockerfile.19.06-py3

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
1414
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.06) on Backend.AI" && \
1515
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
1616

17-
# for apt-get installation using /tmp
18-
RUN mkdir -p /tmp && \
19-
chown root:root /tmp && \
20-
chmod 1777 /tmp
21-
2217
# Backend.AI specifics
2318
COPY policy.yml /etc/backend.ai/jail/policy.yml
2419
LABEL ai.backend.kernelspec="1" \

vendor/ngc-pytorch/Dockerfile.19.07-py3

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
1414
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.07) on Backend.AI" && \
1515
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
1616

17-
# for apt-get installation using /tmp
18-
RUN mkdir -p /tmp && \
19-
chown root:root /tmp && \
20-
chmod 1777 /tmp
21-
2217
# Backend.AI specifics
2318
COPY policy.yml /etc/backend.ai/jail/policy.yml
2419
LABEL ai.backend.kernelspec="1" \

0 commit comments

Comments
 (0)