aryxn323 commited on
Commit
75ec31b
·
verified ·
1 Parent(s): d836b23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.8-slim-bookworm
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"