Skip to content

Commit

Permalink
update container image arg
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed Jan 7, 2025
1 parent 69ed212 commit dc49dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/detr-resnet-101/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9

# Can be substituted using the --build-arg defined above
ARG MODEL_URL=./detr-resnet-101
ARG MODEL_URL=./

# By default the Model Server container image uses the AI Model stored in the model/model.file file.
WORKDIR /model
Expand Down

0 comments on commit dc49dc6

Please sign in to comment.