Sign inSign up

projecteaina/singularity-templates:catotron

Manifest digest

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 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5/bin/sh -c set -eux; apt-get2.64 MB
6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
7ENV PYTHON_VERSION=3.7.90 B
8/bin/sh -c set -ex &&9.6 MB
9/bin/sh -c cd /usr/local/bin &&233 B
10ENV PYTHON_PIP_VERSION=21.0.10 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d40 B
13/bin/sh -c set -ex; savedAptMark="$(apt-mark2.34 MB
14CMD ["python3"]0 B
15RUN /bin/sh -c set -x89.74 MB
16COPY ./requirements-server.txt /srv/requirements.txt # buildkit407 B
17RUN /bin/sh -c pip install4.53 MB
18RUN /bin/sh -c pip install2.01 GB
19COPY ./demo_server.py /srv/demo_server.py # buildkit1.15 KB
20COPY ./server.py /srv/server.py # buildkit922 B
21COPY ./synthesizer.py /srv/synthesizer.py # buildkit1.69 KB
22COPY ./hparam.py /srv/hparam.py # buildkit7.2 KB
23COPY ./hparams_synth.py /srv/hparams_synth.py # buildkit1019 B
24COPY ./model.py /srv/model.py # buildkit3.9 KB
25COPY ./utils_tts.py /srv/utils_tts.py # buildkit546 B
26COPY ./layers.py /srv/layers.py # buildkit1.04 KB
27COPY ./audio_processing.py /srv/audio_processing.py # buildkit1.18 KB
28COPY ./stft.py /srv/stft.py # buildkit2.21 KB
29COPY ./text /srv/text # buildkit12.88 KB
30COPY ./templates /srv/templates # buildkit1.61 KB
31ADD TTS-main TTS # buildkit12.89 MB
32RUN /bin/sh -c cd TTS3.06 MB
33RUN /bin/sh -c mkdir /srv/models126 B
34WORKDIR /srv/models32 B
35COPY ./melgan_onapau_catotron.pt /srv/models/melgan_onapau_catotron.pt # buildkit15.12 MB
36COPY ./upc_pau_coqui_speedy_speech.pth.tar /srv/models/upc_pau_coqui_speedy_speech.pth.tar # buildkit50.86 MB
37COPY ./config_pau_speedy_speech.json /srv/models/config_pau_speedy_speech.json # buildkit1.94 KB
38COPY ./config_coqui_vocoder.json /srv/models/config_coqui_vocoder.json # buildkit1.44 KB
39WORKDIR /srv32 B
40ENTRYPOINT ["python"]0 B
41CMD ["demo_server.py"]0 B

Command

ADD file:d5c41bfaf15180481d8606f50799297e3f49b8a258c7c2cd988ab2bf0013272d in /