Skip to content

Commit a93a495

Browse files
committed
adjust order of docker image repos
1 parent cc7174c commit a93a495

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build_images.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33

44

55
repos = [
6+
"https://github.com/legendu-net/docker-gophernotes.git",
7+
"https://github.com/legendu-net/docker-rust-utils.git",
68
"https://github.com/legendu-net/docker-python-portable.git",
79
"https://github.com/legendu-net/docker-vscode-server.git",
810
"https://github.com/legendu-net/docker-gitpod.git",
911
"https://github.com/legendu-net/docker-jupyterhub-pytorch.git",
10-
"https://github.com/legendu-net/docker-jupyterhub-sagemath.git",
11-
"https://github.com/legendu-net/docker-jupyterhub-kotlin.git",
12-
"https://github.com/legendu-net/docker-conda-build.git",
1312
"https://github.com/legendu-net/docker-tensorboard.git",
14-
"https://github.com/legendu-net/docker-rust-utils.git",
15-
"https://github.com/legendu-net/docker-evcxr_jupyter.git",
16-
"https://github.com/legendu-net/docker-gophernotes.git",
13+
"https://github.com/legendu-net/docker-conda-build.git",
14+
"https://github.com/legendu-net/docker-jupyterhub-kotlin.git",
15+
"https://github.com/legendu-net/docker-jupyterhub-sagemath.git",
1716
#"https://github.com/legendu-net/docker-rustpython.git",
1817
#"https://github.com/legendu-net/docker-pypy.git",
1918
#"https://github.com/legendu-net/docker-jupyterhub-julia.git",

0 commit comments

Comments
 (0)