Spaces:
Sleeping
Sleeping
Marc
commited on
Commit
•
63d0152
1
Parent(s):
9bbc276
Update Dockerfile.cpu
Browse files- Dockerfile.cpu +1 -0
Dockerfile.cpu
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM ubuntu:22.04
|
|
|
2 |
# `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
|
3 |
# hadolint ignore=DL3008,DL3015,DL4006
|
4 |
RUN apt-get update && \
|
|
|
1 |
FROM ubuntu:22.04
|
2 |
+
LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
|
3 |
# `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
|
4 |
# hadolint ignore=DL3008,DL3015,DL4006
|
5 |
RUN apt-get update && \
|