From 8a318485d5430fdb957401ab2ea3b9df4c7ce527 Mon Sep 17 00:00:00 2001 From: hotwa Date: Thu, 22 Feb 2024 20:40:24 +0800 Subject: [PATCH] add authkey --- spawnerdockerfile/Dockerfile.base-notebook | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spawnerdockerfile/Dockerfile.base-notebook b/spawnerdockerfile/Dockerfile.base-notebook index 19a55c5..224d67d 100644 --- a/spawnerdockerfile/Dockerfile.base-notebook +++ b/spawnerdockerfile/Dockerfile.base-notebook @@ -136,7 +136,7 @@ EOT # install mojo ENV PATH="/home/${CREATE_USER}/.local/bin:$PATH" # A random default token -ARG AUTH_KEY=5ca1ab1e +ARG AUTH_KEY="mut_efe460b898e3482bb6208bfcd4a51d7e" ENV AUTH_KEY=$AUTH_KEY RUN curl https://get.modular.com | sh - && \ @@ -173,8 +173,6 @@ EOT RUN <