radames commited on
Commit
744871b
·
1 Parent(s): 81f99f4

Update Dockerfile

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