Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -49,9 +49,6 @@ RUN pip install \
|
|
49 |
ipywidgets \
|
50 |
gradio
|
51 |
|
52 |
-
# A random default token
|
53 |
-
ARG AUTH_KEY=5ca1ab1e
|
54 |
-
ENV AUTH_KEY=$AUTH_KEY
|
55 |
|
56 |
RUN curl https://get.modular.com | MODULAR_AUTH=$AUTH_KEY sh - \
|
57 |
&& modular install mojo
|
|
|
49 |
ipywidgets \
|
50 |
gradio
|
51 |
|
|
|
|
|
|
|
52 |
|
53 |
RUN curl https://get.modular.com | MODULAR_AUTH=$AUTH_KEY sh - \
|
54 |
&& modular install mojo
|