File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
14
14
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.04) on Backend.AI" && \
15
15
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
16
16
17
- # for apt-get installation using /tmp
18
- RUN mkdir -p /tmp && \
19
- chown root:root /tmp && \
20
- chmod 1777 /tmp
21
-
22
17
# Backend.AI specifics
23
18
COPY policy.yml /etc/backend.ai/jail/policy.yml
24
19
LABEL ai.backend.kernelspec="1" \
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
14
14
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.05) on Backend.AI" && \
15
15
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
16
16
17
- # for apt-get installation using /tmp
18
- RUN mkdir -p /tmp && \
19
- chown root:root /tmp && \
20
- chmod 1777 /tmp
21
-
22
17
# Backend.AI specifics
23
18
COPY policy.yml /etc/backend.ai/jail/policy.yml
24
19
LABEL ai.backend.kernelspec="1" \
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
14
14
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.06) on Backend.AI" && \
15
15
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
16
16
17
- # for apt-get installation using /tmp
18
- RUN mkdir -p /tmp && \
19
- chown root:root /tmp && \
20
- chmod 1777 /tmp
21
-
22
17
# Backend.AI specifics
23
18
COPY policy.yml /etc/backend.ai/jail/policy.yml
24
19
LABEL ai.backend.kernelspec="1" \
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ RUN /opt/conda/bin/python3 -m ipykernel install \
14
14
--display-name "Python 3.6 CONDA (NGC/PyTorch 19.07) on Backend.AI" && \
15
15
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
16
16
17
- # for apt-get installation using /tmp
18
- RUN mkdir -p /tmp && \
19
- chown root:root /tmp && \
20
- chmod 1777 /tmp
21
-
22
17
# Backend.AI specifics
23
18
COPY policy.yml /etc/backend.ai/jail/policy.yml
24
19
LABEL ai.backend.kernelspec="1" \
You can’t perform that action at this time.
0 commit comments