Block a user
whisper-ui (latest)
Published 2024-09-08 03:43:39 +00:00 by eric
Installation
docker pull git.ericxliu.me/eric/whisper-ui:latestsha256:02eaffafdb0096309ff7e0ca09f0540069fc6da894b1c46f271b989056328413Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in / |
| CMD ["/bin/bash"] |
| ARG PYTORCH_VERSION |
| ARG TRITON_VERSION |
| ARG TARGETPLATFORM |
| ARG CUDA_VERSION |
| LABEL com.nvidia.volumes.needed=nvidia_driver |
| RUN |4 PYTORCH_VERSION=2.3.1 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.1.1 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /opt/conda /opt/conda # buildkit |
| RUN |4 PYTORCH_VERSION=2.3.1 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.1.1 /bin/sh -c if test -n "${TRITON_VERSION}" -a "${TARGETPLATFORM}" != "linux/arm64"; then DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends gcc; rm -rf /var/lib/apt/lists/*; fi # buildkit |
| ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV NVIDIA_VISIBLE_DEVICES=all |
| ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility |
| ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 |
| ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV PYTORCH_VERSION=2.3.1 |
| WORKDIR /workspace |
| WORKDIR /app |
| COPY . /app # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c pip install --no-cache-dir flask ffmpeg-python openai-whisper # buildkit |
| RUN /bin/sh -c mkdir /app/static # buildkit |
| COPY index.html /app/static/index.html # buildkit |
| EXPOSE map[5000/tcp:{}] |
| ENV FLASK_ENV=development |
| CMD ["python3" "app.py"] |
Labels
| Key | Value |
|---|---|
| com.nvidia.volumes.needed | nvidia_driver |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |
Details
2024-09-08 03:43:39 +00:00
Versions (4)
View all
Container
3
OCI / Docker
linux/amd64
3.7 GiB
latest
2024-09-08
2024-09-08-fbf206
2024-09-08
2024-09-08-d26921
2024-09-08
2024-08-13-88becd
2024-08-13