We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3332c1d commit 106091bCopy full SHA for 106091b
Dockerfile
@@ -8,4 +8,8 @@ COPY . .
8
9
RUN pip install --no-cache-dir -r requirements.txt
10
11
-CMD ["python", "/app/transcribe_me/main.py"]
+CMD ["python", "/app/transcribe_me/main.py"]
12
+
13
+LABEL org.opencontainers.image.source=https://github.com/echohello-dev/transcribe-me
14
+LABEL org.opencontainers.image.description="The transcriber that uses Anthropic and OpenAI."
15
+LABEL org.opencontainers.image.licenses=MIT
0 commit comments