Skip to content

Commit 5f3a04a

Browse files
authored
Update Dockerfile
1 parent b1f179c commit 5f3a04a

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)