We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1f179c + 5f3a04a commit 8485fabCopy full SHA for 8485fab
Dockerfile
@@ -16,7 +16,7 @@
16
17
FROM quay.io/codait/max-base:v1.5.1
18
19
-ARG model_bucket=https://max-cdn.cdn.appdomain.cloud/max-image-resolution-enhancer/1.0.0
+ARG model_bucket=https://codait-cos-max.s3.us.cloud-object-storage.appdomain.cloud/max-image-resolution-enhancer/1.0.0
20
ARG model_file=assets.tar.gz
21
22
RUN wget -nv --show-progress --progress=bar:force:noscroll ${model_bucket}/${model_file} --output-document=assets/${model_file} && \
0 commit comments