sha256:1069bc4c50981006593860d6cac8dd7dbf061fed34a2082e26e09cb52153f4a7
OS/ARCH
linux/amd64
Compressed size
2.22 GB
Last pushed
almost 3 years by jtorrabi
Type
Image
Manifest digest
sha256:1069bc4c50981006593860d6cac8dd7dbf061fed34a2082e26e09cb52153f4a7
Image Layers
1ADD file ... in / 25.84 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5/bin/sh -c set -eux; apt-get2.64 MB6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B7ENV PYTHON_VERSION=3.7.90 B8/bin/sh -c set -ex &&9.6 MB9/bin/sh -c cd /usr/local/bin &&233 B10ENV PYTHON_PIP_VERSION=21.0.10 B11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py0 B12ENV PYTHON_GET_PIP_SHA256=8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d40 B13/bin/sh -c set -ex; savedAptMark="$(apt-mark2.34 MB14CMD ["python3"]0 B15RUN /bin/sh -c set -x89.74 MB16COPY ./requirements-server.txt /srv/requirements.txt # buildkit407 B17RUN /bin/sh -c pip install4.53 MB18RUN /bin/sh -c pip install2.01 GB19COPY ./demo_server.py /srv/demo_server.py # buildkit1.15 KB20COPY ./server.py /srv/server.py # buildkit922 B21COPY ./synthesizer.py /srv/synthesizer.py # buildkit1.69 KB22COPY ./hparam.py /srv/hparam.py # buildkit7.2 KB23COPY ./hparams_synth.py /srv/hparams_synth.py # buildkit1019 B24COPY ./model.py /srv/model.py # buildkit3.9 KB25COPY ./utils_tts.py /srv/utils_tts.py # buildkit546 B26COPY ./layers.py /srv/layers.py # buildkit1.04 KB27COPY ./audio_processing.py /srv/audio_processing.py # buildkit1.18 KB28COPY ./stft.py /srv/stft.py # buildkit2.21 KB29COPY ./text /srv/text # buildkit12.88 KB30COPY ./templates /srv/templates # buildkit1.61 KB31ADD TTS-main TTS # buildkit12.89 MB32RUN /bin/sh -c cd TTS3.06 MB33RUN /bin/sh -c mkdir /srv/models126 B34WORKDIR /srv/models32 B35COPY ./melgan_onapau_catotron.pt /srv/models/melgan_onapau_catotron.pt # buildkit15.12 MB36COPY ./upc_pau_coqui_speedy_speech.pth.tar /srv/models/upc_pau_coqui_speedy_speech.pth.tar # buildkit50.86 MB37COPY ./config_pau_speedy_speech.json /srv/models/config_pau_speedy_speech.json # buildkit1.94 KB38COPY ./config_coqui_vocoder.json /srv/models/config_coqui_vocoder.json # buildkit1.44 KB39WORKDIR /srv32 B40ENTRYPOINT ["python"]0 B41CMD ["demo_server.py"]0 BCommand
ADD file:d5c41bfaf15180481d8606f50799297e3f49b8a258c7c2cd988ab2bf0013272d in /