Pull Command
Labels
ENV
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
LC_ALL=C.UTF-8
-
LANG=C.UTF-8
-
k=20
-
server_address=mongodb:27017
-
TOKENIZERS_PARALLELISM=true
-
DEBIAN_FRONTEND=noninteractive
Layers
-
001
sha256:08a6abff89437fab99b52abbefed82ea907f12845c30eeb94f6b93c69be93166
25.5 MB
-
002
sha256:07eca020f7315643d1204b0aa300f5393b2b8fc882ac3a538bd00052b06c1bc6
171 MB
-
003
sha256:d740a115e943407ab0da15a157b3e7237f6217f6e5a966ee6fc01eec6df38cf9
878 MB
-
004
sha256:fc16cf283acec3e4640552d2a679c0f4fe1eb6c405d295159b9e2a49b933990f
98 Bytes
-
005
sha256:20ec69bf650752dd21e67b6a38c434b936c140912a1d001461d53af587162e6d
106 MB
-
006
sha256:34dca7e9b39efd73e95d1700bb26d22f5e1648b30ffe702deba7d95fb6a016c2
38 MB
-
007
sha256:a65f7dc69ace406ca1d296326c1cafa2a7e9e76f64bcb7bf07c227995c9ee421
33.2 MB
-
008
sha256:79005e97789150ee820561d32b0cc32c09a8da7444e07dac222150fbe71dc6fa
930 KB
-
009
sha256:b2d28f47f984541a2b4c77e54c4a9f6a93eab64052e6a589d89acd3401617be6
64.3 KB
-
010
sha256:20cfaa2a1fd61605bb813700b82339add47b595168e63d7896f535836d91a6d7
12.4 MB
-
011
sha256:a47a8e50dc2ac30ea73eb3994a36724ad19a74203f33e364658f8d76f20044de
5.07 MB
-
012
sha256:120a202b793f2afd62aa038593734344cfdb6a2cfbdda5341faa432d95f1d75b
5.64 MB
-
013
sha256:7813404057f01d401e18e797b36c33f6674e471ca4e9a361f3b9a77c59e8519d
3.41 MB
-
014
sha256:dcd4781b35e15a9ec46a6b6158f16b0a7fb21739039b5a270752baa05705564a
231 Bytes
-
015
sha256:c8d3c5642253a2e710332f6666e8f18aeaec9f43934b6afb1467383ddc615027
59.6 MB
-
016
sha256:f675349d2be03527d992f1408e09ebfdcf9dd72df732973d6230fdb37ce7a9f5
13.6 KB
History
[2022-04-05 22:20:42 UTC] /bin/sh -c #(nop) ADD file:8a4ddbd462c1dd2016c64bd71ea6b5dba2ac4934bfd235a04d55b364666b67d1 in /
[2022-04-05 22:20:43 UTC] /bin/sh -c #(nop) CMD ["bash"]
[2022-04-06 15:07:28 UTC] LABEL maintainer=Hugging Face
[2022-04-06 15:07:28 UTC] LABEL repository=transformers
[2022-04-06 15:07:28 UTC] RUN /bin/sh -c apt update && apt install -y bash build-essential git curl ca-certificates python3 python3-pip && rm -rf /var/lib/apt/lists # buildkit
[2022-04-06 15:08:34 UTC] RUN /bin/sh -c python3 -m pip install --no-cache-dir --upgrade pip && python3 -m pip install --no-cache-dir jupyter torch # buildkit
[2022-04-06 15:08:34 UTC] WORKDIR /workspace
[2022-04-06 15:08:34 UTC] COPY . transformers/ # buildkit
[2022-04-06 15:09:03 UTC] RUN /bin/sh -c cd transformers/ && python3 -m pip install --no-cache-dir . # buildkit
[2022-04-06 15:09:03 UTC] CMD ["/bin/bash"]
[2023-01-20 13:41:14 UTC] /bin/sh -c #(nop) ENV LC_ALL=C.UTF-8
[2023-01-20 13:41:15 UTC] /bin/sh -c #(nop) ENV LANG=C.UTF-8
[2023-01-20 13:41:16 UTC] /bin/sh -c #(nop) ENV k=20
[2023-01-20 13:41:17 UTC] /bin/sh -c #(nop) ENV server_address=mongodb:27017
[2023-01-20 13:41:19 UTC] /bin/sh -c #(nop) ENV TOKENIZERS_PARALLELISM=true
[2023-01-20 13:41:29 UTC] /bin/sh -c apt-get update -y && apt-get install -y enchant
[2023-01-20 13:41:34 UTC] /bin/sh -c apt-get install -y --no-install-recommends software-properties-common
[2023-01-20 13:41:41 UTC] /bin/sh -c add-apt-repository -y 'ppa:deadsnakes/ppa' && apt-get update -y
[2023-01-20 13:41:42 UTC] /bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
[2023-01-20 13:41:53 UTC] /bin/sh -c apt-get install -y python3.9 python3.9-venv
[2023-01-20 13:41:58 UTC] /bin/sh -c python3.9 -m venv /venv && PATH=/venv/bin:$PATH
[2023-01-20 13:42:04 UTC] /bin/sh -c curl https://bootstrap.pypa.io/get-pip.py | python3.9
[2023-01-20 13:42:08 UTC] /bin/sh -c python3.9 -m pip install --upgrade pip && pip3 install --upgrade setuptools
[2023-01-20 13:42:10 UTC] /bin/sh -c #(nop) COPY file:ba975004758616eea559b77622346045d906f58793416e6f5b8575db1b03438a in requirements.txt
[2023-01-20 13:42:26 UTC] /bin/sh -c pip3 install -r requirements.txt
[2023-01-20 13:42:28 UTC] /bin/sh -c #(nop) COPY dir:8a15308f5e4ced53ea6ff4b486f3390077e06c19f8ff608bf51aa047e2de4c60 in .
[2023-01-20 13:42:29 UTC] /bin/sh -c #(nop) CMD ["/bin/sh" "-c" "python3 ./config.py --k $k --server_address $server_address && python3 -m flask run --host=0.0.0.0"]