Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -49,9 +49,7 @@ RUN pip install \
|
|
49 |
ipywidgets \
|
50 |
gradio
|
51 |
|
52 |
-
|
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
|