Spaces:
Sleeping
Sleeping
rename containerfiles
Browse files
Containerfile → Containerfile.dagster
RENAMED
File without changes
|
Dockerfile → Containerfile.space
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
WORKDIR /
|
4 |
COPY . .
|
|
|
1 |
+
FROM python:3.12
|
2 |
|
3 |
WORKDIR /
|
4 |
COPY . .
|