Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -49,6 +49,7 @@ RUN pip install \
|
|
49 |
ipywidgets \
|
50 |
gradio
|
51 |
|
|
|
52 |
|
53 |
RUN curl https://get.modular.com | MODULAR_AUTH=$AUTH_KEY sh - \
|
54 |
&& modular install mojo
|
|
|
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
|