Skip to content

Commit

Permalink
add BLACKBAR_S3_MODEL_VERSION defaulting to ""
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Oct 17, 2024
1 parent df0e95d commit f542727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anonymization/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ ARG BLACKBAR_S3_SECRET_ACCESS_KEY="provide-supersecret-key"
ARG BLACKBAR_S3_SSL_VERIFY="True"
ARG BLACKBAR_S3_MODEL_BUCKET="blackbar-models"
ARG BLACKBAR_S3_MODEL_NAME="deid_v2"
ARG BLACKBAR_S3_MODEL_VERSION=""
ENV BLACKBAR_S3_ENDPOINT=${BLACKBAR_S3_ENDPOINT}
ENV BLACKBAR_S3_ACCESS_KEY_ID=${BLACKBAR_S3_ACCESS_KEY_ID}
ENV BLACKBAR_S3_SECRET_ACCESS_KEY=${BLACKBAR_S3_SECRET_ACCESS_KEY}
ENV BLACKBAR_S3_SSL_VERIFY=${BLACKBAR_S3_SSL_VERIFY}
ENV BLACKBAR_S3_MODEL_BUCKET=${BLACKBAR_S3_MODEL_BUCKET}
ENV BLACKBAR_S3_MODEL_NAME=${BLACKBAR_S3_MODEL_NAME}
ENV BLACKBAR_S3_MODEL_VERSION=${BLACKBAR_S3_MODEL_VERSION}

##
## Intersystems database
Expand Down

0 comments on commit f542727

Please sign in to comment.