We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9175d7 commit fccad18Copy full SHA for fccad18
build.py
@@ -9,7 +9,7 @@
9
parser.add_argument('--deploy', help='deploy docker container to remote', action='store_true')
10
parser.add_argument('--flavor', help='flavor (full, light, minimal) used for docker container', default='full')
11
12
-REMOTE_IMAGE_PREFIX = "mltooling/"
+REMOTE_IMAGE_PREFIX = "dagshub/"
13
14
args, unknown = parser.parse_known_args()
15
if unknown:
0 commit comments