Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|