Skip to content

Commit

Permalink
init Dockerfile whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 22, 2024
1 parent 219becf commit e05140e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions whisper/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ARG R_VERSION=4.4.0
ARG IMAGE_REGISTRY=docker.io
ARG IMAGE_ORG=rocker
FROM $IMAGE_REGISTRY/$IMAGE_ORG/cuda:$R_VERSION
LABEL org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.vendor="BNOSAC" \
org.opencontainers.image.authors="Jan Wijffels <[email protected]>"

CMD ["R"]

0 comments on commit e05140e

Please sign in to comment.