Skip to content

Instantly share code, notes, and snippets.

@SomeoneSerge
Created May 17, 2022 20:51
Show Gist options
  • Save SomeoneSerge/412fee4712d2cfd9dc9ac044fc2b2e88 to your computer and use it in GitHub Desktop.
Save SomeoneSerge/412fee4712d2cfd9dc9ac044fc2b2e88 to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> { config.cudaSupport = true; config.allowUnfree = true; };
py = pkgs.python3.withPackages (ps: with ps; [
pytorch
]);
in pkgs.dockerTools.buildLayeredImage {
name = "docker-pytorch";
contents = [
py
];
}
6.0G /nix/store/v9hsk78kh9k3fkvi2rxzlq162ywwbmfk-docker-pytorch.tar.gz
No 'fromImage' provided
Creating layer 1 from paths: ['/nix/store/ik4qlj53grwmg7avzrfrn34bjf6a30ch-libunistring-1.0']
Creating layer 2 from paths: ['/nix/store/w3zngkrag7vnm7v1q8vnqb71q6a1w8gn-libidn2-2.3.2']
Creating layer 3 from paths: ['/nix/store/ybkkrhdwdj227kr20vk8qnzqnmj7a06x-glibc-2.34-115']
Creating layer 4 from paths: ['/nix/store/99f5nyf2zm2fp6h5gscs6q1slz3wr56r-zlib-1.2.12']
Creating layer 5 from paths: ['/nix/store/aypmq3ggc29aacyxvj062jhy3821pph4-ncurses-6.3']
Creating layer 6 from paths: ['/nix/store/07ln9bxp9k8nds669r24fsywf4d1jlly-bash-5.1-p16']
Creating layer 7 from paths: ['/nix/store/va41lpns8ajia679z48zry4xwird8s89-bzip2-1.0.6.0.2']
Creating layer 8 from paths: ['/nix/store/nn4aqdcgdpj3npm551s8r88vf9xm1x74-libffi-3.4.2']
Creating layer 9 from paths: ['/nix/store/hkb5vrx22dbnpryalcl41240f83llvss-openssl-1.1.1o']
Creating layer 10 from paths: ['/nix/store/6prhxg91vfvzv36rncrmkkja9965k8p3-xz-5.2.5']
Creating layer 11 from paths: ['/nix/store/7fk9yn7y2v1vhkvp9h8x98rg78l4qzlr-expat-2.4.8']
Creating layer 12 from paths: ['/nix/store/gd7gcgs8n368x6fhvbkgzd8fnhd2hj42-gdbm-1.23']
Creating layer 13 from paths: ['/nix/store/11nkjnj2p232dfzdcy196x24mky658fg-readline-6.3p08']
Creating layer 14 from paths: ['/nix/store/hfcv57qibyrqha8gmnk0mkz6k9z3krhy-sqlite-3.38.3']
Creating layer 15 from paths: ['/nix/store/qd3g8rk5hx5zkb70idjh6fa12sh6bipg-mailcap-2.1.53']
Creating layer 16 from paths: ['/nix/store/ls4vwfnh56vgxf4grcb8hag3xwvj5q7c-tzdata-2022a']
Creating layer 17 from paths: ['/nix/store/01kia41csjia67pry1rv828i9pvnnqfq-python3-3.9.12']
Creating layer 18 from paths: ['/nix/store/pv1vnwdlqscmyvv1yqgpdw3hbh0flnrh-gcc-11.3.0-lib']
Creating layer 19 from paths: ['/nix/store/ba04d791qca1smr52q4w8rwqqm01lrb0-libXau-1.0.9']
Creating layer 20 from paths: ['/nix/store/9hr2vhvj7xa03bmimd696n1mwjg89smy-libXdmcp-1.1.3']
Creating layer 21 from paths: ['/nix/store/xrdm5xqqvp3141iaccz9a2lp65qa5kr4-libxcb-1.14']
Creating layer 22 from paths: ['/nix/store/k3kkbscgzsflw86mydlwc9dcn00wqmab-libX11-1.7.2']
Creating layer 23 from paths: ['/nix/store/fgv23dlz5dq044ymv9xjwwnmh24vhhcm-pcre-8.45']
Creating layer 24 from paths: ['/nix/store/14x16vm32xsma7x12xqr3pnsqdvgnys5-attr-2.5.1']
Creating layer 25 from paths: ['/nix/store/62w4qnq4hzpsd23dr2vnixs1plpman84-libpng-apng-1.6.37']
Creating layer 26 from paths: ['/nix/store/lhhdhr8fkz98ysj9mhr5kg5lxsr1z8nd-util-linux-minimal-2.37.4-lib']
Creating layer 27 from paths: ['/nix/store/hhh88r2fczspl1psdbvimhxv58c8v8k1-python3.9-cffi-1.15.0']
Creating layer 28 from paths: ['/nix/store/nibcwx5hsnhg09xj0pinkrqq0mfjp6vy-python3.9-pycparser-2.21']
Creating layer 29 from paths: ['/nix/store/6g6h11ahv2sipn4j6fzmj3n8mqfzzp9p-python3.9-six-1.16.0']
Creating layer 30 from paths: ['/nix/store/g3mzamapnl0xp3i1gld8glb0w2kkzdgd-audit-2.8.5']
Creating layer 31 from paths: ['/nix/store/01dww3kbj952cbbacnwbpzc4y3qr7clc-glibc-2.34-115-bin']
Creating layer 32 from paths: ['/nix/store/7pma8aiqljhhglrgymdyap53xwg3rwkm-acl-2.3.1']
Creating layer 33 from paths: ['/nix/store/nry24fxbcf54g45pfiaiarmd96pigg6q-db-4.8.30']
Creating layer 34 from paths: ['/nix/store/nbm4pg5bj5zsz2jvyfib0h37cng8l4q3-gmp-with-cxx-6.2.1']
Creating layer 35 from paths: ['/nix/store/l5pipsmsvdxzfw15ccm90v2djdkdqgli-zstd-1.5.2']
Creating layer 36 from paths: ['/nix/store/7xh2xnd1rv2jq8frgaiz6vmv7brxhbsb-python3.9-cffi-1.15.0-dev']
Creating layer 37 from paths: ['/nix/store/pndn0hzlkh15d8q4mvlldazfqfzfxbfk-libselinux-3.3']
Creating layer 38 from paths: ['/nix/store/bv57psmmpafkf5ffk481x7i3aqrrph3c-linux-pam-1.5.2']
Creating layer 39 from paths: ['/nix/store/wxy6gw3vcw7mj8rsca76g50nw5czp8bk-dejavu-fonts-minimal-2.37']
Creating layer 40 from paths: ['/nix/store/5imadx3sbb1f2gqhxhw5rq5idwqj4mib-coreutils-9.0']
Creating layer 41 from paths: ['/nix/store/486nv7nxzl9cd7zsjf28xspj7bbchshd-freetype-2.12.0']
Creating layer 42 from paths: ['/nix/store/vdk2j631vik9kfv97xpill45algcnwlk-python3.9-cryptography-36.0.2']
Creating layer 43 from paths: ['/nix/store/j4x8mdwhwxvwc9za25gxnwbmii5q6c2i-libXext-1.3.4']
Creating layer 44 from paths: ['/nix/store/y11a9lvra90pzbmp79vh3q6lwkc2z1fj-brotli-1.0.9-lib']
Creating layer 45 from paths: ['/nix/store/fg0a35schqdja6315a4krrdi8cvc9ibc-gnugrep-3.7']
Creating layer 46 from paths: ['/nix/store/bkrlv1ds0sak1jdcrfhllsfr0y9paqi6-glib-2.72.1']
Creating layer 47 from paths: ['/nix/store/hdzxqxrl5gz7gqx20xzrnq6kv76wn3rw-fontconfig-2.13.94']
Creating layer 48 from paths: ['/nix/store/k2ng27b5aiqq7iw03rlyaj6c64nhcsin-python3.9-cryptography-36.0.2-dev']
Creating layer 49 from paths: ['/nix/store/mb3si9vz7b68jhp64ysriq1h3w2p19bd-bzip2-1.0.6.0.2-bin']
Creating layer 50 from paths: ['/nix/store/mwhrhpp6jm5asnyblkfs93ya914jy6hq-gzip-1.12']
Creating layer 51 from paths: ['/nix/store/av920nsjfair7xl18jxfgfdl1jmnjig5-libcap-ng-0.8.3']
Creating layer 52 from paths: ['/nix/store/fzfhqkf9nh2sznj939dxc7az3wz1zc2z-readline-8.1p2']
Creating layer 53 from paths: ['/nix/store/7nr6rgai3yllihw7ny02jvm3hrd6yhaz-shadow-4.11.1']
Creating layer 54 from paths: ['/nix/store/7b2z05mgfwgb58ya4i3gynhvjw22v29q-xz-5.2.5-bin']
Creating layer 55 from paths: ['/nix/store/fgk0fajrgvbcf3j10xp7xmx78m2mz0m7-zstd-1.5.2-bin']
Creating layer 56 from paths: ['/nix/store/mbv6llz3i83xsqj5594byyaq1jw3jm6x-libXrender-0.9.10']
Creating layer 57 from paths: ['/nix/store/2lrlxvyr6sbq4i0yvsqrkcnrani8zw08-linux-headers-5.17']
Creating layer 58 from paths: ['/nix/store/w39a3wk26rkr4xswyqxvnywnjmzi9cc5-libgpg-error-1.42']
Creating layer 59 from paths: ['/nix/store/0n054gm6gvm4ww5ww8a6pd7i8vrj1a6g-libtasn1-4.18.0']
Creating layer 60 from paths: ['/nix/store/l2f8vhh20xpy2ms9z064269b3ngvrfxw-nettle-3.7.3']
Creating layer 61 from paths: ['/nix/store/imm1valvpdxmdb9crq2gky93hxahphzy-gfortran-11.3.0-lib']
Creating layer 62 from paths: ['/nix/store/74i2l17c6hibaf22nl4pbbzvmhsrb4r3-bash-interactive-5.1-p16']
Creating layer 63 from paths: ['/nix/store/z4bczmihx90q4krkbf64m9wnaa3y154f-getent-glibc-2.34-115']
Creating layer 64 from paths: ['/nix/store/6vama610dlkf4wq3c5ixh75nj72m0mjx-kbd-2.4.0']
Creating layer 65 from paths: ['/nix/store/51j0gvk3bn84dgrwvlnz1k1816kki2cn-kexec-tools-2.0.23']
Creating layer 66 from paths: ['/nix/store/sys932hqsbv0qj5wgy8aak5p9zjzalrd-kmod-29']
Creating layer 67 from paths: ['/nix/store/kalcjsl7ldak0221a3mzjjhmc4c35kim-kmod-29-lib']
Creating layer 68 from paths: ['/nix/store/dp8j5gwlmkb2iji9akh79vs7a1mwkqwj-libcap-2.63-lib']
Creating layer 69 from paths: ['/nix/store/p371dvbda0jxpwwvgiw8xpzx78vl72nq-libevent-2.1.12']
Creating layer 70 from paths: ['/nix/store/xw9kcm5g7ffb1wmlmgckrvl2v2vaxgjw-libseccomp-2.5.3-lib']
Creating layer 71 from paths: ['/nix/store/3hz5ii5k1xw3lql7kxpy9c8n5sclvgfs-util-linux-minimal-2.37.4-bin']
Creating layer 72 from paths: ['/nix/store/x8d4f1nkxc8lzrk1iz8sg3ig7spm6ay5-libjpeg-turbo-2.1.3']
Creating layer 73 from paths: ['/nix/store/zhvc5s5949j5846nj0rnfb775yvcj0z2-keyutils-1.6.3-lib']
Creating layer 74 from paths: ['/nix/store/vp8qqfshp3lp06shriv3hngm4bqfflhk-python3.9-brotli-1.0.9']
Creating layer 75 from paths: ['/nix/store/9073akkh38yfqa724hdpvbd7wcpypj3q-python3.9-ecdsa-0.17.0']
Creating layer 76 from paths: ['/nix/store/i3zbfh3rnnjh3gfmb2gk4ih23nld8q4a-python3.9-pyasn1-0.4.8']
Creating layer 77 from paths: ['/nix/store/zgb09pml4sn9hazz0rl4ibnc0fi2bxbf-python3.9-pysocks-1.7.1']
Creating layer 78 from paths: ['/nix/store/y1ifzmrmfrl04xss0h8pqx1fkx7gylzx-fontconfig-2.13.94-lib']
Creating layer 79 from paths: ['/nix/store/i8g3d57v8zp5dxw8i6nc34r33xfzfij6-libmnl-1.0.5']
Creating layer 80 from paths: ['/nix/store/kqcyzi70wdnyx80y10sdwhigazgr0573-dns-root-data-2019-01-11']
Creating layer 81 from paths: ['/nix/store/slzsc2n9p3kvfxwrinjacxic458b8bii-glibc-2.34-115-dev']
Creating layer 82 from paths: ['/nix/store/hlb363wprhg9ipid215g74d3p03i5zsq-libdeflate-1.8']
Creating layer 83 from paths: ['/nix/store/h7fcn3sd9jvfqjx1jv6h6v1rvqdnzc20-libkrb5-1.19.2']
Creating layer 84 from paths: ['/nix/store/17y3lhmifc2f54n5wdg0p4xc45wfhrva-libssh2-1.10.0']
Creating layer 85 from paths: ['/nix/store/6b06jknsp460y7bqmblqs3mgjx4bp4j3-nghttp2-1.47.0-lib']
Creating layer 86 from paths: ['/nix/store/drpxv92gzsgadm2wk7xfjpg9i6phz060-p11-kit-0.24.1']
Creating layer 87 from paths: ['/nix/store/r5n0zd18y20v6v0la385rdg0d7say10v-systemd-minimal-250.4']
Creating layer 88 from paths: ['/nix/store/ydia7bxmjm646qyk03611y2whsk5anm0-unbound-1.14.0-lib']
Creating layer 89 from paths: ['/nix/store/fmxh7v442xggrgyffm31hndap2lk6yab-json-c-0.15']
Creating layer 90 from paths: ['/nix/store/smsjwrhr1qvha6mk4ncsxqafl493dywv-libnfnetlink-1.0.2']
Creating layer 91 from paths: ['/nix/store/0spygkwzq89d034aw71309gvznbpscsk-gcc-11.3.0-lib']
Creating layer 92 from paths: ['/nix/store/sa31l0qyy4ch79g8bx53mh3ky1jzr60g-mpfr-4.1.0']
Creating layer 93 from paths: ['/nix/store/dj1c8qlb1jhdwyqvqrmfhp115qi6d30c-curl-7.83.0']
Creating layer 94 from paths: ['/nix/store/i0jbmqjs9q79p5hjq7aja3lhrznwvds2-gnutls-3.7.3']
Creating layer 95 from paths: ['/nix/store/j3dzpz03ywg4wk33j4kqsp5lki705vl7-libgcrypt-1.10.1']
Creating layer 96 from paths: ['/nix/store/hh1k6z6yi012j7xxwjwmx401xj546rqs-libassuan-2.5.5']
Creating layer 97 from paths: ['/nix/store/c974hr45m418h59b2x5cxpjl77p8mpvh-libcbor-0.9.0']
Creating layer 98 from paths: ['/nix/store/26y77gfig8dhvwpxq4v3pwghsfs974gg-libnetfilter_conntrack-1.0.9']
Creating layer 99 from paths: ['/nix/store/fsxzxa55l4y2pax07qvr2sr4fp5wq6h7-libnftnl-1.2.1', '/nix/store/nxm5grfc004bl71mji3q3i4wvfj5vn00-libpcap-1.10.1', '/nix/store/a2m5p4y8kl49plppq06immiafh7v2amq-libtiff-4.3.0', '/nix/store/3apgarh32g65mhj22pdirr5i0kn5ar19-libyaml-0.2.5', '/nix/store/37zla68v5pd9y9v7hqricyg5qdksjgg3-lvm2-2.03.15-lib', '/nix/store/j62zyrncfrgj6i6lpklv5gbbirxlq1wl-npth-1.6', '/nix/store/ja7hm3al6pq5kj5qchw2gnyvz966qqqa-openblas-0.3.20', '/nix/store/ipq6si8vfq3igh0cppgr1xdk6qpxvhgv-expand-response-params', '/nix/store/zns8dad3ar9i0608nndv6z4smbhpsb1k-python3.9-blinker-1.4', '/nix/store/31sasljq4d8rfpkyx96k5v0rw828hrzv-python3.9-brotlicffi-1.0.9.2', '/nix/store/f1v4nzwxgsr5nz90z2g4zp3yrqk56pkv-python3.9-certifi-2021.10.08', '/nix/store/3rm0xa4nl3s45jjykj017xf6smsk6qqp-python3.9-chardet-4.0.0', '/nix/store/c7fkzs2sk6v0qbab55k6nxk129x8pdvy-python3.9-charset-normalizer-2.0.12', '/nix/store/jw322bp6dgxvkpzdgjlibns2wmrgrrws-python3.9-idna-3.3', '/nix/store/cjij52766ir3yw2cl8aix6mr61987lv1-python3.9-more-itertools-8.12.0', '/nix/store/vaq4rwjzjy8v0k5mps16lz9p0ml6wnx8-python3.9-pyjwt-2.3.0', '/nix/store/7d761yf38ny1fkyh2r3r2inx07nx57b1-python3.9-urllib3-1.26.9', '/nix/store/0kffsrsda5zpnrjpr11rpv114ilg2gg0-cryptsetup-2.4.3', '/nix/store/fqklswrymlx110vj0sfmpq77yj99paiz-elfutils-0.186', '/nix/store/2xaya7ajyks9wlh6hs4k3423kwrq1rpv-gnupg-2.3.4', '/nix/store/a67im0cyllas55kcbbj7drngw45pipry-gnutar-1.34', '/nix/store/dfpp6l7wdkj3vp0m63wvcfvb8hmag5cl-graphite2-1.3.14', '/nix/store/b2skr560c2kbqg5s656v0g9m8az64mlr-iptables-1.8.7', '/nix/store/89q3262g5m8dw89gbra7ahqas1nr9fx3-libapparmor-3.0.4', '/nix/store/nmmsbpagn5dx8xvq1hkzid3mgjpgq9bm-libfido2-1.10.0', '/nix/store/6qkc1lyfaqx3h5l3gs0xhmq6nc9v9wgg-libglvnd-1.4.0', '/nix/store/02a1x4mipc7yfk7fvmx3myx9c2sh6b5b-libmicrohttpd-0.9.71', '/nix/store/42b73d0lzrzvzvvfz09jcp0fd4mab3xl-lz4-1.9.3', '/nix/store/idr2hsbybl6znk637hfp71sdna8k2h4i-pcre2-10.39', '/nix/store/0dd91b1ljj30nb1izbgcyq3np4lsp8m3-pixman-0.38.4', '/nix/store/y1gc1ax9xyv9v6cq1p8l3kccdhlix89k-tpm2-tss-3.2.0', '/nix/store/rs684lgm8k7akkgbisb49z4vpxxc2zns-binutils-2.38', '/nix/store/jqbryriz1hrpxzn1hafzgsnd6q0kfs7j-isl-0.20', '/nix/store/wmdajg9fabwmn2ad5hzg8svjfjz245q7-libXi-1.8', '/nix/store/af4ampk1azj9svfbpm1xwp84qcqqwhr0-libmpc-1.2.1', '/nix/store/9c90b5pmgj1pbdvgnalhldhfcj98p400-systemd-250.4', '/nix/store/96awwmldjbkpw6gqriaq903p2h1014l0-python3.9-pathtools-0.1.2', '/nix/store/ybvg861j9i4bfa5bi3b3l1899fid513v-python3.9-pyyaml-6.0', '/nix/store/9nyx7b6hz5adnbdd6rhgz68jywfp1zss-cairo-1.16.0', '/nix/store/kis1qxl8jp36yj9liqc9lz74jjid301v-dbus-1.12.20-lib', '/nix/store/hi4l888nd58lw9axnw4ma95wms4a2g4w-harfbuzz-3.3.2', '/nix/store/nq8v5sh6a34022sbhmsw4hb5s35sm01d-libICE-1.0.10', '/nix/store/a5kmvkn4izhgzvqfvfbfb4rkasvs31x6-libXfixes-6.0.0', '/nix/store/dlzkbqn1g3mwrsb9lkrm7cdgmzhyzivn-libdaemon-0.14', '/nix/store/vyadkygzb6ffsa2ls6ic48mwbs204ag3-libdatrie-2019-12-20-lib', '/nix/store/3i8bbcg6yapxbxg95820v00sg86inqlp-python3.9-pyopenssl-22.0.0', '/nix/store/llnb0p3yzd27yvzapzzlvsksnanzdjvd-binutils-wrapper-2.38', '/nix/store/h9xapjylcgia403a6i6ksjgw3j2c2hxn-gcc-11.3.0', '/nix/store/qyldca2fkwc66rbgifyc5vn8y0vjn1r3-avahi-0.8', '/nix/store/p286sna6cfm2g35y5qxmkn5i18zbxarb-fribidi-1.0.11', '/nix/store/54fdzgzfa25c9i2nj40s7vm1brw38xpi-gdk-pixbuf-2.42.8', '/nix/store/bdwapyxhabb4jycwdgd79968vxzvgr84-libXft-2.3.4', '/nix/store/b0df69hnchy7p79ban6k19ppksp6140b-libthai-0.1.29', '/nix/store/cpn8zinl15myiw871bv40fwj6bssxw2z-python3.9-cachetools-5.0.0', '/nix/store/iyzbzrmnzzhxgq9qsa2rwsz8krp6bxph-python3.9-oauthlib-3.2.0', '/nix/store/91b4y3yzhy47f57acz2pi7s7s0cg66wp-python3.9-pyasn1-modules-0.2.8', '/nix/store/3sbrhvi51i0b2m7fhgi9fvmdx2w0i0gn-python3.9-pyu2f-0.1.5a', '/nix/store/rw73agyb8mdx9b5gyz4kgc7dmlysljyw-python3.9-requests-2.27.1', '/nix/store/94rnw3m558a5fslbcnlky06lcp32my3l-python3.9-rsa-4.8', '/nix/store/kqbfpl8z4gvn764v1jgqkbn83invc8ki-python3.9-toml-0.10.2', '/nix/store/w1gq27qy6kqzxcwmnarsfs15d0q450kc-python3.9-zipp-3.7.0', '/nix/store/vjms8afa392zmawzlhz8ja571bgcavgv-alsa-topology-conf-1.2.5.1', '/nix/store/grya3p3jj9xkg2751x8kx1gl3ghbirpr-alsa-ucm-conf-1.2.6.3', '/nix/store/04i2k8ak7x24i7b9625vvl8ajswy0dgm-atk-2.36.0', '/nix/store/r34c8d8sq4lak2zlri1pb61spprlzsw9-cudatoolkit-11.6.1-lib', '/nix/store/y3bxga4pddikjq24ygma682cksx5gaxn-cups-2.4.1-lib', '/nix/store/jxjq9v2bl1mc7lxzn9pd6i4w1xc79pjc-db-5.3.28', '/nix/store/x82zf325yk3sxsw4wfwcgkpw7hksx9fd-libSM-1.2.3', '/nix/store/b7zsbl91y20kfmzwfk14n5r9b5rz7bm9-libXcomposite-0.4.5', '/nix/store/1adv1mf2qamp2xhaff04hgvwwgbbfhbx-libXcursor-1.2.0', '/nix/store/3zj3smwwd3rfvz75d4kgqvxbq2r6znnz-libXinerama-1.1.4', '/nix/store/xl433lmjaa0xa0yzzs6av1wib0110l4q-libXrandr-1.5.2', '/nix/store/rz1ifizxb06j60xr9281kidm3wf4inha-pango-1.50.6', '/nix/store/76v19vl7aad6kakwnajv6gf8a9gk9p0s-protobuf-3.19.4', '/nix/store/gb1szglxzcarkxgxhcj361n5jvf20hmz-blas-3', '/nix/store/46s7z6ja2ww44rw03kz879sxlsh0swa6-gcc-wrapper-11.3.0', '/nix/store/5i7wa7brmk4472v6i4glnn4p5ql5gbki-python3.9-watchdog-2.1.7', '/nix/store/59h57gazqfng2i3nq7l6b42k2hxlfhw3-alsa-lib-1.2.6.1', '/nix/store/nkbh7gfjl5r3xx24baqf9qf9dpy54a1m-gtk+-2.24.33', '/nix/store/0qgq543m3f2v5h2dhxqns0jmwd840lv0-libXt-1.2.1', '/nix/store/hm75002pmw6k6kc06dfdskd768xja4pw-libXtst-1.2.3', '/nix/store/6f74r5qks5kj6b2sxvb7ky8pdpinjsvb-ncurses-abi5-compat-6.3', '/nix/store/akhla2yn9bk1lnkf37i9hb0prcx8y8hv-python-2.7.18', '/nix/store/x9pb3b1h3valabqvc37xiw7ignyilxzr-python3.9-pyopenssl-22.0.0-dev', '/nix/store/czwrrw6dghhxmb41ni4q2psc8lf6vzk3-unixODBC-2.3.9', '/nix/store/nj08zk01ygk2h9pxz8m25f4s5lx2m2vn-nccl-2.12.10-1-cuda-11.6', '/nix/store/qcwyisiq2nj20lbap6qcrbh88ay2c878-lapack-3', '/nix/store/mvy6ja2clixfw1sss7knd635q545h70v-python3.9-protobuf-3.19.4', '/nix/store/i8yk4nl1i18r9annj1kv4lsb6gkavvm0-c-ares-1.18.1', '/nix/store/7wjv0p9pr0gmccnbnrf2wgvh4349a2fx-cudatoolkit-11.6.1', '/nix/store/jw7gixn12i122jrvqjph19jrsb6970gh-python3.9-google-auth-2.6.2', '/nix/store/rbnjppibiwjkgb593p625d35irw2v445-python3.9-gviz_api-1.10.0', '/nix/store/hkks8xldqdqpa2yq1ib9c9wx91kp85yk-python3.9-importlib-metadata-4.11.3', '/nix/store/6c7azyadjvfzcy8wdvv96vbil0qzcngb-python3.9-requests-oauthlib-1.3.1', '/nix/store/823ijxif6qqmacm40j94n6v0crh68b74-python3.9-werkzeug-2.1.0', '/nix/store/q4fy20hqbpmgvsnqmkl2vkwa4lcvgalj-nccl-2.12.10-1-cuda-11.6-dev', '/nix/store/73i0rdzxg52r5jiffbaha4y1a71b4xrb-blas-3-dev', '/nix/store/nf2ws5mdz71wi1gf0m2s9gmj5k7zqsj7-lapack-3-dev', '/nix/store/x9rci08nxp79f7jlc1py43fc2lkvw82f-python3.9-grpcio-1.46.1', '/nix/store/ziqjafhzsbm5760ka477zavg0x9fb52b-cudatoolkit-11.6.1-unsplit', '/nix/store/3n64physw65vcb08lkxhzm03lxb6mija-lcms2-2.13.1', '/nix/store/iyib8s7w053wphzk4d66pwf8n9y9xzw2-libcublas-11.9.2.110', '/nix/store/r56kl7ny9q4njxgjdqzhgn6i8w65n38j-cudatoolkit-11-cudnn-8.3.2', '/nix/store/88ag9vihfh4h4rjd6hn5nid3c8ch4rx7-giflib-5.2.1', '/nix/store/v9wx25s0055a889flscaia4vpa6w9xvn-magma-2.6.2', '/nix/store/3b05qzby8vhr4a01b5ck0cab0358v7d2-numactl-2.0.14', '/nix/store/k331jr6lz3v6cxzpk53h8dv279hv0z1j-python3.9-absl-py-1.0.0', '/nix/store/7g7khqjhic2cn6lr403ysqax63013mk5-python3.9-defusedxml-0.7.1', '/nix/store/bfl73jljzah4mwj5iydva5amyf1w4j30-python3.9-google-auth-oauthlib-0.5.1', '/nix/store/jxj1xsisdvmz9b7hsw1n4wnfml67ahmm-python3.9-markdown-3.3.6', '/nix/store/5rrgdf95kawpd7zkw07k4klknwk8g7wi-python3.9-numpy-1.21.5', '/nix/store/8yx09drf8fj4sngr0xy1xkppwag8ihhv-python3.9-olefile-0.46', '/nix/store/w1vd4zkg5ay47cknhvvq1kbiix4kyxna-python3.9-setuptools-61.2.0', '/nix/store/3cdn9v6sqq4i2rk1q0d2cyciihi7jcsd-python3.9-tensorboard-data-server-0.6.1', '/nix/store/ykgrs8w8jdckvqcbvkykqk77js49mpvx-python3.9-tensorboard_plugin_profile-2.5.0', '/nix/store/s6c92ipicdhl1paxv04mlk8wxgksi84r-python3.9-tensorboard_plugin_wit-1.7.0', '/nix/store/j3bwbc5vhylnl1xx84p5kmnqzn4hfk7y-python3.9-wheel-0.37.1', '/nix/store/ax0157qv009mxkd8xxgjl4fn1md7gqgl-libimagequant-2.17.0', '/nix/store/4h8iffx4jfmzfq13zfn95237d4502inh-libwebp-1.2.1', '/nix/store/1sl6phl67dw12i8azjgmjmf9hqb7xpza-openjpeg-2.4.0', '/nix/store/zxwahfsn65lqpryc4m19j13xf5ffza1g-python3.9-grpcio-1.46.1-dev', '/nix/store/82cfmpln6k2qf13gmyl4awbjghw99zyd-python3.9-pytorch-1.11.0-lib', '/nix/store/p42qj47jgc3x6dadv6p4ykamncz17jzi-python3.9-click-8.1.2', '/nix/store/imgjb7dazhyxp2565cxa2c3ssahl17hv-python3.9-future-0.18.2', '/nix/store/5ya2qwdjslfanlq0gbcskvi3l0xfahwx-python3.9-pillow-9.1.0', '/nix/store/vxlgwklmjwcmgjwpn50ynkjaw3867ywr-python3.9-pytorch-1.11.0', '/nix/store/x29klas3mm0dvw0d6r42mvhm6vjy72gz-python3.9-tensorboard-2.8.0', '/nix/store/hvnd2r6ajg48l16959w4a0gb848n2sfi-python3.9-typing-extensions-4.1.1', '/nix/store/safcj4gmhq4bca4yc1gbi84rd52wpbsm-python3-3.9.12-env']
Creating layer 100 with customisation...
Adding manifests...
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment