Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,8 @@ FROM ubuntu:latest
|
|
| 2 |
|
| 3 |
RUN apt-get update
|
| 4 |
RUN apt-get install -y curl && apt-get install -y python3 && apt-get install -y python3-pip
|
| 5 |
-
|
|
|
|
| 6 |
RUN modular install mojo
|
| 7 |
|
| 8 |
COPY . .
|
|
|
|
| 2 |
|
| 3 |
RUN apt-get update
|
| 4 |
RUN apt-get install -y curl && apt-get install -y python3 && apt-get install -y python3-pip
|
| 5 |
+
CMD ["curl", "https://get.modular.com", "|", "\\", "MODULAR_AUTH=mut_e87f7861fb9a4d4aa311afb0491b0398", "\\", "sh", "-"]
|
| 6 |
+
|
| 7 |
RUN modular install mojo
|
| 8 |
|
| 9 |
COPY . .
|