radames commited on
Commit
7a7fdfe
·
1 Parent(s): 744871b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -50,6 +50,7 @@ RUN pip install \
50
  gradio
51
 
52
  RUN curl https://get.modular.com | sh - \
 
53
  && modular install mojo
54
 
55
  RUN useradd -m -u 1000 user
 
50
  gradio
51
 
52
  RUN curl https://get.modular.com | sh - \
53
+ && modular auth $MODULAR_AUTH
54
  && modular install mojo
55
 
56
  RUN useradd -m -u 1000 user