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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ RUN pip install \
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
 
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