Sign inSign up

inseefrlab/onyxia-vscode-pytorch:py3.12.14

Index digest

sha256:cd5fd6b7f580f1c9b18ea5417af13f86683a05c7a510982feaf0f703548f4b27

OS/ARCH

linux/amd64

Compressed size

1.81 GB

Last pushed

11 days by inseefrlab

Type

Image

Manifest digest

sha256:7889399fa62c15ab7b68c47acc29a26a0ce5cd893a9e1b39765c67cea0e377ed

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 28.37 MB
5CMD ["/bin/bash"]0 B
6LABEL maintainer=InseeFrLab <[email protected]>0 B
7SHELL [/bin/bash -c]0 B
8ENV SHELL=/bin/bash0 B
9ENV DEBIAN_FRONTEND=noninteractive0 B
10ENV USERNAME=onyxia0 B
11ENV UID=10000 B
12ENV GROUPNAME=users0 B
13ENV GID=1000 B
14ENV HOME=/home/onyxia0 B
15ENV WORKSPACE_DIR=/home/onyxia/work0 B
16RUN /bin/bash -c groupmod -g3.46 KB
17WORKDIR /home/onyxia/work32 B
18COPY --chmod=0755 scripts/ /opt/ #6.27 KB
19RUN /bin/bash -c /opt/install-system-libs.sh &&881.25 MB
20ENV LC_ALL=en_US.UTF-80 B
21ENV LANG=en_US.UTF-80 B
22USER 10000 B
23LABEL maintainer=InseeFrLab <[email protected]>0 B
24ARG PYTHON_VERSION=3.12.140 B
25ENV PYTHON_VERSION=3.12.140 B
26ARG PYTHON_DIR=/opt/python0 B
27ENV PATH=/opt/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
28USER root0 B
29COPY --chmod=0755 scripts/ /opt/ #936 B
30COPY requirements.txt . # buildkit270 B
31RUN |2 PYTHON_VERSION=3.12.14 PYTHON_DIR=/opt/python /bin/bash265.07 MB
32USER 10000 B
33CMD ["python"]0 B
34LABEL maintainer=InseeFrLab <[email protected]>0 B
35USER root0 B
36RUN /bin/bash -c if !201.58 MB
37USER 10000 B
38CMD ["python"]0 B
39LABEL maintainer=InseeFrLab <[email protected]>0 B
40ARG USER_CONFIG_DIR=/home/onyxia/.local/share/code-server/User0 B
41ARG REMOTE_CONFIG_DIR=/home/onyxia/.local/share/code-server/Machine0 B
42USER root0 B
43COPY --chmod=0755 scripts/ /opt/ #1.2 KB
44COPY --chown=onyxia:users settings/User.json /home/onyxia/.local/share/code-server/User/settings.json #618 B
45COPY --chown=onyxia:users settings/Remote.json /home/onyxia/.local/share/code-server/Machine/settings.json #340 B
46RUN |2 USER_CONFIG_DIR=/home/onyxia/.local/share/code-server/User REMOTE_CONFIG_DIR=/home/onyxia/.local/share/code-server/Machine /bin/bash476.85 MB
47USER 10000 B
48EXPOSE [8080/tcp]0 B
49CMD ["code-server" "--bind-addr" "0.0.0.0:8080" "${WORKSPACE_DIR}"]0 B

Command

 ARG RELEASE