Skip to content

Commit 8485fab

Browse files
authored
Merge pull request #55 from IBM/kmh4321-patch-1
Update Dockerfile to use COS instead of CDN
2 parents b1f179c + 5f3a04a commit 8485fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
FROM quay.io/codait/max-base:v1.5.1
1818

19-
ARG model_bucket=https://max-cdn.cdn.appdomain.cloud/max-image-resolution-enhancer/1.0.0
19+
ARG model_bucket=https://codait-cos-max.s3.us.cloud-object-storage.appdomain.cloud/max-image-resolution-enhancer/1.0.0
2020
ARG model_file=assets.tar.gz
2121

2222
RUN wget -nv --show-progress --progress=bar:force:noscroll ${model_bucket}/${model_file} --output-document=assets/${model_file} && \

0 commit comments

Comments
 (0)