Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
# FrontierLabs-Env Dockerfile
|
| 2 |
# Hugging Face Spaces compatible (port 7860, non-root user)
|
| 3 |
|
| 4 |
-
FROM python:3.11
|
| 5 |
-
|
| 6 |
# HF Spaces metadata
|
| 7 |
LABEL maintainer="FrontierLabs Team"
|
| 8 |
LABEL org.opencontainers.image.title="FrontierLabs-Env"
|
|
|
|
| 1 |
# FrontierLabs-Env Dockerfile
|
| 2 |
# Hugging Face Spaces compatible (port 7860, non-root user)
|
| 3 |
|
| 4 |
+
FROM python:3.11
|
|
|
|
| 5 |
# HF Spaces metadata
|
| 6 |
LABEL maintainer="FrontierLabs Team"
|
| 7 |
LABEL org.opencontainers.image.title="FrontierLabs-Env"
|